changelog Sat Jun 2 01:31:09 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2706&r2=1.2707&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2706 php-src/ChangeLog:1.2707 --- php-src/ChangeLog:1.2706 Fri Jun 1 01:31:02 2007 +++ php-src/ChangeLog Sat Jun 2 01:31:09 2007 @@ -1,3 +1,54 @@ +2007-06-01 Jani Taskinen <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * ext/standard/type.c: