changelog Thu Jan 11 01:30:59 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2568&r2=1.2569&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2568 php-src/ChangeLog:1.2569 --- php-src/ChangeLog:1.2568 Wed Jan 10 01:31:03 2007 +++ php-src/ChangeLog Thu Jan 11 01:30:59 2007 @@ -1,3 +1,174 @@ +2007-01-10 Andrei Zmievski <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * main/php_streams.h + main/streams/streams.c: + Add convenience function for openeing files with unicode names + +2007-01-10 Johannes Schlüter <[EMAIL PROTECTED]> + + * sapi/cli/php.1.in: + - Bump year + +2007-01-10 Hannes Magnusson <[EMAIL PROTECTED]> + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c: + MFB: Add missing ifdefs + +2007-01-10 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/standard/file.c: + - Fix mem access + +2007-01-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.h: + Remove const warnings. (Andrey) + +2007-01-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + + Another bug fixed by Dmitry + +2007-01-10 Dmitry Stogov <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/session/session.c: + Fixed SIGSEGV + 2007-01-09 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_5_2)