unread
Hi,
today I discovered that I had overlooked a zend_fopen call in
zend_execute.c which caused PHP/Solaris to still fail in some
cases.
The new patch modifies the specific section of code (right at
the beginning of the patch):
http://schumann.cx/patch-fd-lexer5
The current load test will run over night. If it is
successful, I'll propose to merge this into PHP_4_3.
- Sascha
unread
Thanks for setting this up!
-- dave
-----Original Message-----
From: Sascha Schumann [mailto:sascha@schumann.cx]
Sent: Tuesday, May 13, 2003 1:56 PM
To: internals@lists.php.net
Subject: [PHP-DEV] patch-fd-lexer5Hi, today I discovered that I had overlooked a zend_fopen call in zend_execute.c which caused PHP/Solaris to still fail in some cases. The new patch modifies the specific section of code (right at the beginning of the patch): http://schumann.cx/patch-fd-lexer5 The current load test will run over night. If it is successful, I'll propose to merge this into PHP_4_3. - Sascha
unread
Hi,
today I discovered that I had overlooked a zend_fopen call in
zend_execute.c which caused PHP/Solaris to still fail in some
cases.The new patch modifies the specific section of code (right at
the beginning of the patch):http://schumann.cx/patch-fd-lexer5
The current load test will run over night. If it is
successful, I'll propose to merge this into PHP_4_3.
Just commit. PHP_4_3 can't get any more broken than what it is now.
--Jani
unread
Just commit. PHP_4_3 can't get any more broken than what it is now.
The 4.3 branch has been much improved since the last release.
The NEWS file alone counts 170 fixed bugs. I'm absolutely
positive that way more than that has been addressed,
including the segfaults caused by arbitrary input data
(crashme script).
The fd lexer patch is another step in that direction. It has
been extremely well tested using a pretty complex smarty
based app. There are some more tests I want to complete
(Hartmut, are you listening?) to ensure complete BC.
IMHO, PHP 4.3.3 is destined for becoming the best release in
a long time.
- Sascha
unread
IMHO, PHP 4.3.3 is destined for becoming the best release in a long time.
Call that a freudian slip, if you want to. s/4.3.3/4.3.2/
- Sascha
unread
IMHO, PHP 4.3.3 is destined for becoming the best release in a long time.Call that a freudian slip, if you want to. s/4.3.3/4.3.2/
I actually do agree that 4.3.3 will be the best. :)
--Jani