From: Date: Thu, 11 Jan 2007 01:31:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=871354438119955eefe0163aa1979d6898774142;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 10b7fd4275..446276a9f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,174 @@ +2007-01-10 Andrei Zmievski + + * INSTALL + Makefile.global + acinclude.m4 + configure.in + makerpm + sapi/apache/.cvsignore + sapi/apache/apMakefile.tmpl + sapi/apache/config.m4 + sapi/apache/libphp5.module.in + sapi/apache/libphp6.module.in + sapi/apache/mod_php.c + sapi/apache/mod_php.exp + sapi/apache/mod_php.h + sapi/apache/mod_php5.c + sapi/apache/mod_php5.exp + sapi/apache/mod_php5.h + sapi/apache/php.sym + sapi/apache/php_apache_http.h + sapi/cli/config.m4: + Rename php5 module to php6. Remove version number from + sapi/apache/mod_php.* filenames (for future's sake). No other SAPI + moduels modified (up to invididual maintainers). + + * README.UNICODE: + Update with rewrites by me and Evan G. + + * README.UNICODE-UPGRADES: + Update with info from README.UNICODE. + +2007-01-10 Sara Golemon + + * main/php_streams.h + main/streams/streams.c: + Add convenience function for openeing files with unicode names + +2007-01-10 Johannes Schlüter + + * sapi/cli/php.1.in: + - Bump year + +2007-01-10 Hannes Magnusson + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c: + MFB: Add missing ifdefs + +2007-01-10 Marcus Boerger + + * ext/standard/file.c: + - Fix mem access + +2007-01-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/spl/php_spl.c + ext/spl/tests/bug40091.phpt + ext/spl/tests/bug40091.phpt: + + Fixed bug #40091 (spl_autoload_register with 2 instances of the same + class). + +2007-01-10 Andrei Zmievski + + * ZendEngine2/zend_API.h: + Remove const warnings. (Andrey) + +2007-01-10 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + + Another bug fixed by Dmitry + +2007-01-10 Dmitry Stogov + + * ext/simplexml/tests/bug38347.phpt + ext/simplexml/tests/bug38347.phpt + ext/spl/tests/iterator_035.phpt + ext/spl/tests/iterator_035.phpt + tests/classes/bug27468.phpt + tests/classes/bug27468.phpt + tests/lang/bug27439.phpt + tests/lang/bug27439.phpt: + Fixed tests + + * ZendEngine2/tests/bug35106.phpt + ZendEngine2/tests/bug35106.phpt + ZendEngine2/tests/bug36214.phpt + ZendEngine2/tests/bug36214.phpt + ZendEngine2/tests/bug38146.phpt + ZendEngine2/tests/bug39449.phpt + ZendEngine2/tests/bug39449.phpt + ZendEngine2/tests/bug39990.phpt + ZendEngine2/tests/bug39990.phpt: + + file bug35106.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute.h + ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.c + ZendEngine2/zend_hash.h + ZendEngine2/zend_hash.h + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug35106.phpt + ZendEngine2/tests/bug36214.phpt + ZendEngine2/tests/bug38146.phpt + ZendEngine2/tests/bug39449.phpt + ZendEngine2/tests/bug39990.phpt: + - Fixed bug #35106 (nested foreach fails when array variable has a + reference). + - Fixed bug #36214 (__get method works properly only when conditional + operator is used). + - Fixed bug #39449 (Overloaded array properties do not work correctly). + - Fixed bug #39990 (Cannot "foreach" over overloaded properties). + +2007-01-10 Hannes Magnusson + + * (PHP_5_2) + ext/sockets/php_sockets.h + ext/sockets/sockets.c: + Add missing ifdefs for shutdown() + + * ext/standard/file.h: + MFB: fix ifdefs + + * (PHP_5_2) + ext/standard/file.h: + Fix ifdefs + + * (PHP_5_2) + ext/pcre/php_pcre.c: + Fix build on system where HAVE_SETLOCALE is not defined + +2007-01-10 Antony Dovgal + + * (PHP_5_2) + NEWS: + BFN + + * sapi/milter/php_milter.c: + fix #40083 + + * (PHP_5_2) + sapi/milter/php_milter.c: + use RETURN_* instead of RETVAL_* and fix #40083 + +2007-01-10 Dmitry Stogov + + * (PHP_5_2) + ext/session/session.c: + Fixed SIGSEGV + 2007-01-09 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fd197bacf9..08f149aeaf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,54 @@ +2007-01-10 Andrei Zmievski + + * zend_API.h: + Remove const warnings. (Andrey) + +2007-01-10 Dmitry Stogov + + * zend_compile.c + zend_compile.c + zend_compile.h + zend_compile.h + zend_execute.c + zend_execute.c + zend_execute.h + zend_execute.h + zend_hash.c + zend_hash.c + zend_hash.h + zend_hash.h + zend_language_parser.y + zend_language_parser.y + zend_object_handlers.c + zend_object_handlers.c + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug35106.phpt + tests/bug36214.phpt + tests/bug38146.phpt + tests/bug39449.phpt + tests/bug39990.phpt: + - Fixed bug #35106 (nested foreach fails when array variable has a + reference). + - Fixed bug #36214 (__get method works properly only when conditional + operator is used). + - Fixed bug #39449 (Overloaded array properties do not work correctly). + - Fixed bug #39990 (Cannot "foreach" over overloaded properties). + + * tests/bug35106.phpt + tests/bug35106.phpt + tests/bug36214.phpt + tests/bug36214.phpt + tests/bug38146.phpt + tests/bug39449.phpt + tests/bug39449.phpt + tests/bug39990.phpt + tests/bug39990.phpt: + + file bug35106.phpt was initially added on branch PHP_5_2. + 2007-01-09 Andrei Zmievski * zend_language_scanner.l