Search Discussions
-
As a matter of consistency, I would like to suggest that for those extensions which have a OO/procedural syntax that the non-fatal errors generated by those extensions be thrown as Exceptions when ...
John Coggeshall
Apr 12, 2004 at 3:19 am
Apr 16, 2004 at 7:09 am -
Hello Internals team, Thank you for taking a moment to evaluate a serious request by a serious php developer that is responsible for a development company of 15 employees. In order to keep our code ...
Jason Garber
Apr 15, 2004 at 3:18 pm
Apr 17, 2004 at 4:00 pm -
All, Yesterday, someone complained that classes that implement interfaces succeed in doing so even when they don't satisfy the prototypes. While this does cause an E_STRICT message to be emitted, it ...
Zeev Suraski
Apr 19, 2004 at 8:49 am
Apr 20, 2004 at 4:18 pm -
PEAR is considering stipulating 1 class per file, for the packages. - one of the concerns raised is performance. While this is true for a non-cache compiled situation (where performance is less of an ...
Alan Knowles
Apr 24, 2004 at 3:35 am
Apr 27, 2004 at 12:30 am -
Since we introduce class type hints in PHP 5.0 I think it would be a good thing [tm] to add multi-method dispatch in PHP 5.1. What I mean by this would be to allow for the following: class Foo { ...
Sebastian Bergmann
Apr 20, 2004 at 2:50 pm
Apr 22, 2004 at 8:03 am -
This fixes #121454: the pcre extension should not change the global allocation callbacks for pcre. PCRE is used inside httpd and may be used by modules other than PHP too; having these modules use ...
Joe Orton
Apr 22, 2004 at 10:02 am
Apr 23, 2004 at 5:58 pm -
I can't seem to find any discussion on this BC issue, so forgive me if this has already been discussed. Given the following; $a = 'a string'; /* E_ERROR Cannot use string offset as an array */ echo ...
Curt Zirzow
Apr 27, 2004 at 3:46 am
Apr 27, 2004 at 2:58 pm -
Hi All, I have a couple question re: {subject}. Can anybody point me to some info on why this change was neccessary (not complaining, just curious). I did some searching and it seems to relate to ...
Marc Richards
Apr 11, 2004 at 5:47 am
Apr 19, 2004 at 3:23 pm -
Hello, I've followed the war, sorry, discussion about exceptions. Now, let me introduce some problems I've found in Tidy. Look at the code: <? //doesn't echo any error, but should! //should generate ...
Nuno Lopes
Apr 15, 2004 at 11:59 am
Apr 17, 2004 at 3:40 am -
I'm forwarding this to the Internals list as a last resort and at the suggestion of someone with PHPCommunity.org. I have not received any response from php-general or pear-general (after 24 hours), ...
Ben Ramsey
Apr 6, 2004 at 7:21 pm
Sep 27, 2004 at 7:05 pm -
http://bugs.php.net/bug.php?id=19749 It's been playing on my mind recently that this bug hasn't been addressed; the problem was how to guess precisely what limit to set for mmaping when doing ...
Wez Furlong
Apr 20, 2004 at 9:09 pm
Apr 22, 2004 at 5:56 am -
----- Original Message ----- From: "Tumurbaatar S." <tumurbaatar@datacom.mn Newsgroups: php.general Sent: Thursday, April 08, 2004 17:44 Subject: Re: [PHP] Exceptions and builtin functions in PHP5 In ...
Tumurbaatar S.
Apr 8, 2004 at 10:17 am
Apr 9, 2004 at 3:05 pm -
I agree with all your arguments: the IP-base solution IS NOT perfect. It is not generic enough to be implemented in world-wide application, but it can be useuful for intranet or extranets. That's to ...
Inodes
Apr 7, 2004 at 2:50 pm
Apr 9, 2004 at 7:42 am -
the following code does not do what I expect, I made this test case after a new version of PHP5 was put on the system I am developing yesterday and some of my code no longer works: <? Class CallMe { ...
Jochem Maas
Apr 4, 2004 at 7:49 pm
Apr 9, 2004 at 7:40 am -
Hi, A pretty serious bug crept into 4.3.5. A few weeks ago, a TSRM fix was commited which was supposed to prevent memory leaks when PHP ends its execution (shutdown dtor was not being called in ...
Andi Gutmans
Apr 1, 2004 at 12:41 pm
Apr 1, 2004 at 6:45 pm -
The libxml2 Extension in PHP5 uses xmlSetGenericErrorFunc(NULL, php_libxml_error_handler); This globally(inside the process) sets the libxml2 error hander to PHP's own function. Why is this bad? It ...
Paul Querna
Apr 21, 2004 at 9:35 pm
Apr 23, 2004 at 1:57 pm -
Hi There, I just got a chance tp update to PHP5 RC1 and noticed that some things have changed for the __toString method. It seems that it it only getting called when the object is printed or echo. ...
David Giffin
Apr 1, 2004 at 11:07 pm
Apr 3, 2004 at 5:00 pm -
8
RC2
After all the studlyCaps API fixes and some important fixes in the engine (such as zend.ze1_compatibility_mode), I'd like to release RC2 within the next couple of weeks (15th of April?). Are there ...Andi Gutmans
Apr 1, 2004 at 8:38 am
Apr 1, 2004 at 3:20 pm -
php.ini-dist in HEAD has the following value: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT It's odd that E_STRICT is explicitly excluded as E_ALL does not include it. Is there a purpose to it? ...
Kenneth Schwartz
Apr 19, 2004 at 10:42 am
Apr 19, 2004 at 9:33 pm -
7
RC2RC1
Guys, I want to roll RC2RC1. There are three major changes I think we should get out of the door ASAP: - zend.ze1_compatibility_mode fix. - MT-safe crash bug. - studlyCaps changes. The only important ...Andi Gutmans
Apr 13, 2004 at 3:39 pm
Apr 14, 2004 at 11:39 am -
I added two new functions for handling output filters in the Apache2Handler SAPI: bool apache_add_output_filter(string filter_name) - Attempts to add the named filter to the Filter Chain. array ...
Paul Querna
Apr 26, 2004 at 2:12 am
Apr 30, 2004 at 2:52 am -
Attached is a patch that implements fputcsv() as a complement to fgetcsv(). There are two things that still need improvement: - It adds "\n" as a newline onto the end of each line. I think it would ...
David Sklar
Apr 11, 2004 at 4:33 pm
Apr 12, 2004 at 5:56 pm -
Did we ever come to a conclusion whether we're going to provide a version of PHP 5 that bundles libxml2? Now that we're in RC, I think we should aim to produce packages that are as identical to the ...
Adam Maccabee Trachtenberg
Apr 2, 2004 at 6:29 pm
Apr 4, 2004 at 3:21 pm -
Hi, As this bug was already marked as a documentation problem and handled by Rasmus, but I don't think this is a problem of that kind, because versions prior to 4.3.5 returns an array that contains a ...
Moriyoshi Koizumi
Apr 2, 2004 at 8:24 am
Apr 2, 2004 at 5:46 pm -
An interesting little question has pooped up. How big is an integer? Firebird uses BIGINT or INT_64 for generator values, and the new ibase_gen_id in PHP5 returns that value as an integer. Has any ...
Lester Caine
Apr 17, 2004 at 7:44 pm
Apr 28, 2004 at 8:40 am -
Hi all, Referring to call_user_func_array() I would like to suggest a new function: new_object_array(). I'm working on a php5 application framework and I would like to implement something I call an ...
Julian Reich
Apr 25, 2004 at 4:49 pm
Apr 26, 2004 at 8:31 am -
I posted this to the php general list and one of the other subscribers suggested that I post this here. It was also suggested that this might be a bug in apache2 but before I post this every where I ...
Bret Hughes
Apr 22, 2004 at 4:02 am
Apr 23, 2004 at 3:59 pm -
Hi all I'm not to sure where to actually post this, but maybe you guys can help out. This is more of a request than anything else. What I'm looking for is function or a constant that will keep track ...
Jakes
Apr 10, 2004 at 1:24 pm
Apr 11, 2004 at 1:35 pm -
Hello debug_backtrace() used to print out arguments to functions, but does not anymore. Is this desired behavior ? <?php function foo($bar) { var_dump(debug_backtrace()); } foo("bar"); ? Output: ...
Magnus Määttä
Apr 8, 2004 at 11:30 am
Apr 9, 2004 at 7:32 am -
I'd like to merge ext/yaz source (not config.m4) from HEAD to PHP4 branch (which I assume would be in 4.3.6, when out). That's bad carma, right? FWIW, the YAZ API in PHP5 is completely backwards ...
Adam Dickmeiss
Apr 6, 2004 at 7:01 pm
Apr 8, 2004 at 7:50 am -
I have not had an answer yet so I will rephrase the question. Not following all the discussions on studlyCaps and their adoption, I am having a little trouble understanding the implications. The ...
Lester Caine
Apr 6, 2004 at 8:12 am
Apr 6, 2004 at 11:02 am -
Tampering with a coWiki (www.cowiki.org) plugin, I noticed that is_readable() returns false, when PHP actually *can* read the file. (Just commented out an "if (!is_readable($sRealPath))" and then all ...
Luna Kid
Apr 2, 2004 at 11:56 pm
Apr 3, 2004 at 3:17 am -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (774 total including feature requests) ===============================================[*General Issues]============== 26223 ...
Internals
Apr 3, 2004 at 2:09 pm
Apr 26, 2004 at 7:00 am -
While solving http://bugs.php.net/bug.php?id=27974, we've discovered that count() on an overloaded object (in this case, a variant object representing an OLE SafeArray) doesn't return a truthful ...
Wez Furlong
Apr 23, 2004 at 1:25 pm
Apr 23, 2004 at 5:19 pm -
Hi I made a patch for making static php method calls (ala class::method) work from within xslt. (see http://slides.bitflux.ch/phpug2004_1/slide_37.html for some details about this technique) I'm not ...
Christian Stocker
Apr 20, 2004 at 9:00 am
Apr 20, 2004 at 9:24 am -
Hello John et all, Before giving my opinion about the exceptions and errors in tidy, there are two errors that need to be corrected first: *Win32 build is broken: tidy.c ...
Nuno Lopes
Apr 16, 2004 at 6:53 pm
Apr 17, 2004 at 10:41 am -
Georg, I held RC2 because I thought this was a critical engine bug. It happened because instead of not implementing NULL you implemented it without a body. Right now I changed it to NULL which means ...
Andi Gutmans
Apr 15, 2004 at 5:28 pm
Apr 15, 2004 at 6:30 pm -
Hi, I've got a situation where a seemingly innocent statement produces a segfault. I've tried reducing it to a single reproducable testcase, but without success. The problem is however solidly ...
Per Jessen
Apr 15, 2004 at 10:41 am
Apr 15, 2004 at 11:38 am -
4
snaps
snaps aren't compiling: http://snaps.php.net/win32/snapshot.logNuno Lopes
Apr 13, 2004 at 5:20 pm
Apr 14, 2004 at 4:00 pm -
Can someone have a look at cvs.php.net - looks like it's missing Horde/Auth/autoo.php Regards Alan -- Can you help out? Need Consulting Services or Know of a Job? http://www.akbkhome.com
Alan Knowles
Apr 14, 2004 at 4:39 am
Apr 14, 2004 at 2:24 pm -
Here's what I think is the fix for 28151 (I have no strong feelings on whether or not it belongs in the engine, but I am +1 on it personally). Zend guys? Index: Zend/zend_execute.c ...
Sara Golemon
Apr 26, 2004 at 5:16 am
Apr 26, 2004 at 5:28 pm -
Hello Andi, Zeev, internals, after readin the PHP articles on PHP5 and the rerequested typehinting for arrays i once again thought about typehints and NULL. At the moment typehints allow NULL always. ...
Marcus Boerger
Apr 21, 2004 at 10:03 am
Apr 21, 2004 at 11:21 pm -
Good day. I'm one of interpreters who translate the documentation to Russian. Several parts (security/*, pcre/*) are already translated and commited, some parts (f.e. features/*) are in progress now. ...
Voytsekhovskyy Alexander
Apr 8, 2004 at 6:29 am
Apr 21, 2004 at 10:44 am -
Just wanted to let you know that I successfully built the current CVS version of PHP 5 with the Microsoft Visual C++ Toolkit 2003 [1]. The Microsoft Visual C++ Toolkit 2003 lacks some tools like ...
Sebastian Bergmann
Apr 18, 2004 at 3:36 pm
Apr 19, 2004 at 6:07 am -
Appended a patch to the sybase extensions, that set the default value for the sybase appname to ("PHP " PHP_VERSION). I have seen that in PHP 4.3.6 where this variable is statically set to "PHP 4.0" ...
Uwe Schindler
Apr 16, 2004 at 3:33 pm
Apr 18, 2004 at 3:48 pm -
Hi, attached patches add c:\windows\fonts to DEFAULT_FONTPATH. c:\windows\fonts is the standard for Windows 98 and windows XP. Maybe a more sophisticated solution would use getenv("windir")? Regards ...
Friedhelm Betz
Apr 12, 2004 at 8:28 pm
Apr 13, 2004 at 3:12 pm -
Hello, The PHP manual says it is the developer's job to ensure PHP sessions cannot be stolen or "fixed" (this is called Session Fixation). To minimise the risk of session fixation, I wrote a patch ...
Inodes
Apr 7, 2004 at 1:57 pm
Apr 7, 2004 at 3:01 pm -
A quick update of the RC1 release. This release fixes the INF/NAN bug that was not fully resolved in RC1 and should allow the compilation of the GD extension against GD library 1.X. If no other ...
Ilia Alshanetsky
Apr 5, 2004 at 5:04 pm
Apr 6, 2004 at 9:19 am -
Hello. I'm trying to run a php script from xinetd (Fedora Linux). I need to close stdin, stdout & stderr since I want to close the socket established with the caller process (I have a long processing ...
Bernard Fouché
Apr 2, 2004 at 9:24 am
Apr 5, 2004 at 10:03 am -
Hello, I wanted to check back on the status of my patch to zend_builtin_functions.c I sent a while ago. It changes set_exception_handler() to accept the pseudo-type "callable" (instead of a string ...
Timm Friebe
Apr 3, 2004 at 6:18 pm
Apr 3, 2004 at 9:50 pm
Group Overview
group | php-internals |
categories | php |
discussions | 129 |
posts | 774 |
users | 148 |
website | php.net |
148 users for April 2004
Archives
- June 2016 (1)
- May 2016 (648)
- April 2016 (33)
- March 2016 (575)
- February 2016 (423)
- January 2016 (40)
- December 2015 (266)
- November 2015 (481)
- October 2015 (23)
- April 2015 (156)
- March 2015 (988)
- February 2015 (836)
- January 2015 (1,468)
- December 2014 (710)
- November 2014 (703)
- October 2014 (787)
- September 2014 (730)
- August 2014 (700)
- July 2014 (1,142)
- June 2014 (488)
- May 2014 (816)
- April 2014 (355)
- March 2014 (611)
- February 2014 (971)
- January 2014 (963)
- December 2013 (489)
- November 2013 (468)
- October 2013 (562)
- September 2013 (622)
- August 2013 (451)
- July 2013 (330)
- June 2013 (422)
- May 2013 (364)
- April 2013 (359)
- March 2013 (497)
- February 2013 (537)
- January 2013 (547)
- December 2012 (335)
- November 2012 (148)
- October 2012 (480)
- September 2012 (632)
- August 2012 (661)
- July 2012 (841)
- June 2012 (362)
- May 2012 (317)
- April 2012 (1,101)
- March 2012 (908)
- February 2012 (780)
- January 2012 (428)
- December 2011 (466)
- November 2011 (690)
- October 2011 (331)
- September 2011 (628)
- August 2011 (777)
- July 2011 (558)
- June 2011 (1,099)
- May 2011 (488)
- April 2011 (345)
- March 2011 (236)
- February 2011 (137)
- January 2011 (230)
- December 2010 (434)
- November 2010 (701)
- October 2010 (211)
- September 2010 (277)
- August 2010 (362)
- July 2010 (205)
- June 2010 (399)
- May 2010 (416)
- April 2010 (473)
- March 2010 (635)
- February 2010 (148)
- January 2010 (325)
- December 2009 (335)
- November 2009 (334)
- October 2009 (270)
- September 2009 (205)
- August 2009 (276)
- July 2009 (605)
- June 2009 (460)
- May 2009 (285)
- April 2009 (254)
- March 2009 (351)
- February 2009 (335)
- January 2009 (451)
- December 2008 (347)
- November 2008 (475)
- October 2008 (795)
- September 2008 (620)
- August 2008 (673)
- July 2008 (829)
- June 2008 (654)
- May 2008 (642)
- April 2008 (653)
- March 2008 (872)
- February 2008 (804)
- January 2008 (751)
- December 2007 (752)
- November 2007 (563)
- October 2007 (490)
- September 2007 (499)
- August 2007 (660)
- July 2007 (965)
- June 2007 (359)
- May 2007 (904)
- April 2007 (476)
- March 2007 (451)
- February 2007 (465)
- January 2007 (499)
- December 2006 (480)
- November 2006 (454)
- October 2006 (391)
- September 2006 (437)
- August 2006 (389)
- July 2006 (840)
- June 2006 (397)
- May 2006 (778)
- April 2006 (426)
- March 2006 (591)
- February 2006 (291)
- January 2006 (391)
- December 2005 (434)
- November 2005 (1,060)
- October 2005 (554)
- September 2005 (677)
- August 2005 (1,157)
- July 2005 (419)
- June 2005 (704)
- May 2005 (195)
- April 2005 (446)
- March 2005 (474)
- February 2005 (770)
- January 2005 (210)
- December 2004 (295)
- November 2004 (308)
- October 2004 (558)
- September 2004 (580)
- August 2004 (734)
- July 2004 (927)
- June 2004 (653)
- May 2004 (575)
- April 2004 (774)
- March 2004 (585)
- February 2004 (819)
- January 2004 (700)
- December 2003 (903)
- November 2003 (682)
- October 2003 (530)
- September 2003 (297)
- August 2003 (659)
- July 2003 (604)
- June 2003 (952)
- May 2003 (994)
- April 2003 (557)
- March 2003 (556)