[PHP-DEV] 5.1.2 Reminder

2005-12-12 Thread Ilia Alshanetsky
Just a quick note to remind developers that the "big changes" period for 5.1.2 is now over and only bug fixes should be applied to PHP_5_1 branch from this point on. Expect RC1 in about 10 days or so, just in time for the holidays ;-). Ilia -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] bug ???

2005-12-12 Thread D. Walsh
I have the following code, it works properly under 4.3.9, 4.3.10. 4.3.11, 4.4.0, 5.0.2, 5.0.3, 5.0.4 Under 5.1.2-dev, it doesn't perform as expected. I've scripted the configure options so all builds are the same so the only thing changing is the version of PHP. Here's a link which shows w

Re: [PHP-DEV] parse_date.c needs zend.h

2005-12-12 Thread Sebastian Bergmann
Jani Taskinen schrieb: > I just committed a potential fix, can you test please? Works, thanks. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Mail

Re: [PHP-DEV] Re: Labeled Breaks (not the G-word)

2005-12-12 Thread Derick Rethans
On Mon, 28 Nov 2005, Zeev Suraski wrote: > I'm indifferent to adding the restricted goto, and against adding a > full-featured goto. We can do well without either of them. We discussed this in the meeting, and we wanted a limited goto in the form of a break . Now the only addition here is the a

Re: [PHP-DEV] Re: solution to the "Date" issue

2005-12-12 Thread Derick Rethans
On Sat, 26 Nov 2005, Greg Beaver wrote: > Taking the class out of PHP 5 will solve the problem for now (and I > absolutely agree that this is necessary - so does *everyone* else save > Derick, who is now on vacation and can't defend himself), but any time > in the future it is introduced as "Date"

Re: [PHP-DEV] Re: PHP 5.1 (Or How to break thousands of appsout there)

2005-12-12 Thread Derick Rethans
On Fri, 25 Nov 2005, Pierre wrote: > > Just to clarify, it was Ilia who enabled the class, but just to move > > the constants there. All methods are still disabled. > > He did it on Derick's demand. Ilia's mistake was to trust him. As Andi > did too. Since when do you think for Ilia? Your statem

Re: [PHP-DEV] Re: PHP 5.1 (Or How to break thousands of apps out there)

2005-12-12 Thread Derick Rethans
On Fri, 25 Nov 2005, Andi Gutmans wrote: > I must say that I feel deceived by this. > Derick and I agreed that this won't be enabled for 5.1, and he then took > advantage of the fact that release managers changed to enable his class. > Doesn't leave a good taste in my mouth and it shouldn't happen

Re: [PHP-DEV] parse_date.c needs zend.h

2005-12-12 Thread Jani Taskinen
On Mon, 12 Dec 2005, Sebastian Bergmann wrote: Jani Taskinen schrieb: What it really needs is strings.h to be included. It seems to need zend_config.w32.h on Windows, as that is where strncasecmp gets #defined. Actually not. This is separate code from PHP/Zend. I just committed a p

Re: [PHP-DEV] parse_date.c needs zend.h

2005-12-12 Thread Sebastian Bergmann
Jani Taskinen schrieb: > What it really needs is strings.h to be included. It seems to need zend_config.w32.h on Windows, as that is where strncasecmp gets #defined. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E

[PHP-DEV] pear.conf

2005-12-12 Thread Dragan Stanojevic - Nevidljivi
Hi all... I don't know if this should be filed as a bug... pear.conf is installed where you point by --sysconfdir in configure, php.ini is installed where you point by --with-config-file-path This can be considered discrepancy... But when I viewed pear.conf in text editor it's just serialized

[PHP-DEV] Layout Type

2005-12-12 Thread Dragan Stanojevic - Nevidljivi
Hi all, I'm still trying to find various decisions of configure of php-5.1.1 It seems --with-layout is not awfully described: Set how installed files will be laid out. Type is one of "PHP" or "GNU" When I look in configure.in I see that it sets oldstyleextdir variable, and, it changes only wh

[PHP-DEV] sqlite_escape_string bug(?)

2005-12-12 Thread Ondrej Ivanič
Hi After server upgrade I was found this possible bug in sqlite_esacpe_string function: Output is: PHP Fatal error: Allowed memory size of 209715200 bytes exhausted (tried to allocate -1962934272 bytes) in /home/ondrej/test.php on line 3 Server is running Debian 3.1 on amd64 and PHP 4.4

Re: [PHP-DEV] filter extension

2005-12-12 Thread Jani Taskinen
On Mon, 12 Dec 2005, Derick Rethans wrote: On Thu, 1 Dec 2005, Ilia Alshanetsky wrote: Ben Ramsey wrote: Are there any other known issues besides this one that continue to render this extension as experimental? It is new and therefor experimental, the experimental flag usually sticks aroun

[PHP-DEV] PHP 5 Bug Summary Report

2005-12-12 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (380 total including feature requests) ===[*General Issues]== 25665 Feedback var_dump/print_r hang on NaN and INF 26771 Suspended register_tick_funtions crash under

Re: [PHP-DEV] filter extension

2005-12-12 Thread Derick Rethans
On Thu, 1 Dec 2005, Ilia Alshanetsky wrote: > Ben Ramsey wrote: > > Are there any other known issues besides this one that continue to > > render this extension as experimental? > > It is new and therefor experimental, the experimental flag usually > sticks around for about a year since the relea

Re: [PHP-DEV] Bogus bug??

2005-12-12 Thread Bart de Boer
Robert Cummings wrote: This sample on the bug report is actually a very whittled down version of where I first experienced the problem. In practice my error class is loaded on first error and subsequently acts as a singleton. My thoughts on the problem are that PHP encounters an E_STRICT excepti

[PHP-DEV] PHP 4 Bug Summary Report

2005-12-12 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (638 total including feature requests) ===[Apache related]=== 35591 Feedback 4.4.1 Extremely slow performance when compiled as static Apache 1 module ===