From: Date: Sat, 2 Jun 2007 01:31:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97ff02ce81a0e7e8e61003c752fd537bb501f380;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8e25d6b45e..085fc0643f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2007-06-01 Jani Taskinen + + * sapi/cli/tests/015.phpt + sapi/cli/tests/015.phpt: + fix test + + * (PHP_5_2) + ext/gd/config.m4: + MFH: - Fixed bug #41555 (configure failure: regression caused by fix for + #41265) + + * ext/gd/config.m4: + - Fixed bug #41555 (configure failure: regression caused by fix for #41265 + + * (PHP_4_4) + scripts/phpize.m4: + MFH:- Add missing CXXFLAGS_CLEAN variable. + + * (PHP_5_2) + scripts/phpize.m4: + MFH: - Add missing CXXFLAGS_CLEAN variable. + + * scripts/phpize.m4: + - Add missing CXXFLAGS_CLEAN variable. + +2007-06-01 Antony Dovgal + + * (PHP_5_2) + NEWS + ext/standard/tests/general_functions/bug41518.phpt + main/fopen_wrappers.c: + MFH: fix #41518 (file_exists() warns of open_basedir restriction on + non-existent file) + + * ext/standard/tests/general_functions/bug41518.phpt + ext/standard/tests/general_functions/bug41518.phpt + main/fopen_wrappers.c: + + fix #41518 (file_exists() warns of open_basedir restriction on + non-existent file) + + * (PHP_5_2) + NEWS + sapi/apache2handler/sapi_apache2.c: + MFH: fix #39330 (apache2handler does not call shutdown actions before + apache child die) + + * sapi/apache2handler/sapi_apache2.c: + fix #39330 (apache2handler does not call shutdown actions before apache + child die) + 2007-05-31 Antony Dovgal * ext/standard/type.c: