From: Date: Tue, 5 Jul 2005 05:39:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.1.0b3~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9248ab10eea50698d6aa36316f177c9f9db2d5e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 81a36f5e83..edcfa03194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2005-07-04 Jon Parise + + * run-tests.php: + If the PHP_AUTOCONF and PHP_AUTOMAKE environmental variables are set, use + them when describing the build environment. + + Support for these variables was originally added to build/build2.mk:1.36. + + As a side note, the build system uses PHP_AUTOHEADER. Perhaps it should + be listed on its own in the build environment for completeness, despite it + being a component of the autoconf package. + +2005-07-04 Dmitry Stogov + + * ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + Fixed SIGSEGV on 'global ${"{$blah}_ID"};' + +2005-07-04 Jani Taskinen + + * ext/session/tests/001.phpt + ext/session/tests/003.phpt + ext/session/tests/006.phpt + ext/session/tests/007.phpt + ext/session/tests/008-php4.2.3.phpt + ext/session/tests/009.phpt + ext/session/tests/012.phpt + ext/session/tests/013.phpt + ext/session/tests/014.phpt + ext/session/tests/015.phpt + ext/session/tests/017.phpt + ext/session/tests/018.phpt + ext/session/tests/019.phpt + ext/session/tests/020.phpt + ext/session/tests/021.phpt + ext/session/tests/bug24592.phpt + ext/session/tests/bug26862.phpt: + Make sure files-save handler is used always + +2005-07-04 Dmitry Stogov + + * NEWS + NEWS + sapi/aolserver/aolserver.c + sapi/aolserver/aolserver.c + sapi/apache2filter/apache_config.c + sapi/apache2filter/apache_config.c + sapi/apache2handler/apache_config.c + sapi/apache2handler/apache_config.c + sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Fixed bug #33520 (crash if safe_mode is on and session.save_path is + changed) + +2005-07-04 Jani Taskinen + + * tests/lang/023.phpt: + UTC is better + +2005-07-04 Dmitry Stogov + + * ext/standard/tests/array/bug31158.phpt + ext/standard/tests/array/bug31158.phpt: + + Fixed bug #31158 (array_splice on $GLOBALS crashes) + + * NEWS + NEWS + ZendEngine2/zend_API.h + ZendEngine2/zend_execute_API.c + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug31158.phpt: + Fixed bug #31158 (array_splice on $GLOBALS crashes) + +2005-07-04 Jani Taskinen + + * tests/lang/023.phpt: + fix test + +2005-07-04 Derick Rethans + + * NEWS: + - Fixed bug #33562 (date("") crashes). + 2005-07-03 Derick Rethans * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 74ecc67f89..94bf660e35 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2005-07-04 Dmitry Stogov + + * zend_compile.h + zend_execute.c + zend_language_parser.y + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + Fixed SIGSEGV on 'global ${"{$blah}_ID"};' + + * zend_API.h + zend_execute_API.c: + Fixed bug #31158 (array_splice on $GLOBALS crashes) + 2005-07-03 Dmitry Stogov * zend_vm_def.h