From: Date: Thu, 14 Dec 2006 01:30:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3dcf937fe5c012c145bcd40a73b227764cad710;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e0452077b2..811094eb48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2006-12-13 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + sapi/apache2filter/sapi_apache2.c: + Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config + settings). + + * (PHP_5_2) + ext/standard/string.c: + Removed deadcode found by Ron Korving + + * (PHP_5_2) + ext/standard/basic_functions.c + ext/wddx/wddx.c: + optimize out strlen() calls + + + * sapi/apache2handler/sapi_apache2.c: + MFB: Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). + + * (PHP_5_2) + NEWS + sapi/apache2handler/sapi_apache2.c: + Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). + 2006-12-12 Sara Golemon * (PHP_5_2)