Re: [PHP-DEV] 4.4.6RC1

2007-02-21 Thread Matt Wilmas
Hi Derick, Attached is a very simple patch for Bug #40115 (possibly wrong numeric string comparison caused by overflow) if you want to fix it in 4.4. :-) Matt - Original Message - From: "Derick Rethans" Sent: Tuesday, February 20, 2007 > Hello! > > there is a critical issues in PHP 4

Re: [PHP-DEV] 4.4.6RC1

2007-02-20 Thread Jim Jagielski
Pierre wrote: > > Good question. What's about 4.4.6 with only the required fix(es)? Or > is there very good reason to update pcre now? > 4.4.6 with required fixes seems the safest and fastest. Certainly for those who can't/won't downgrade to 4.4.4 but find 4.4.5 problematic. -- ===

Re: [PHP-DEV] 4.4.6RC1

2007-02-20 Thread Pierre
On 2/20/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Derick Rethans wrote: > Hello! > > there is a critical issues in PHP 4.4.5: > - when register_globals = On, sessions don't work correctly (segfaults). > > Because of this I'd like to release a 4.4.6 soon with this fixes. As > there is al

Re: [PHP-DEV] 4.4.6RC1

2007-02-20 Thread William A. Rowe, Jr.
Derick Rethans wrote: > Hello! > > there is a critical issues in PHP 4.4.5: > - when register_globals = On, sessions don't work correctly (segfaults). > > Because of this I'd like to release a 4.4.6 soon with this fixes. As > there is also an upgrade to pcre 7.0 we'd need atleast one RC, which I

Re: [PHP-DEV] 4.4.6RC1

2007-02-20 Thread Derick Rethans
On Tue, 20 Feb 2007, Ilia Alshanetsky wrote: > RC followed by a quick release sounds like a good plan. When do you plan to > make the RC? ... "we'd need atleast one RC, which I plan to release on Thursday." ... :) regards, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsu

Re: [PHP-DEV] 4.4.6RC1

2007-02-20 Thread Ilia Alshanetsky
RC followed by a quick release sounds like a good plan. When do you plan to make the RC? On 20-Feb-07, at 7:55 AM, Derick Rethans wrote: Hello! there is a critical issues in PHP 4.4.5: - when register_globals = On, sessions don't work correctly (segfaults). Because of this I'd like to r

[PHP-DEV] 4.4.6RC1

2007-02-20 Thread Derick Rethans
Hello! there is a critical issues in PHP 4.4.5: - when register_globals = On, sessions don't work correctly (segfaults). Because of this I'd like to release a 4.4.6 soon with this fixes. As there is also an upgrade to pcre 7.0 we'd need atleast one RC, which I plan to release on Thursday. Any