From: Date: Fri, 2 Sep 2005 05:33:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df01d7678ac00164f1a068ef8de2a3ba5c4e598f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 13f5266d41..5f2959c967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,148 @@ +2005-09-01 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + main/php_variables.c + main/php_variables.c: + MFH: Fixed bug #34331 (php crashes when variables_order is empty). + + * main/php_variables.c: + Fixed bug #34331 (php crashes when variables_order is empty). + +2005-09-01 Jani Taskinen + + * (PHP_5_1) + NEWS + main/main.c + main/php_ini.c + main/php_ini.h: + MFH: - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set + empty) + + * main/main.c + main/php_ini.c + main/php_ini.h: + - Fixed bug #34307 (OnUpdateStringUnempty INI options can be set as empty) + + * sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4: + - Revert -a to -A change, bad idea: It disables EXISTING lines too! + +2005-09-01 Wez Furlong + + * (PHP_5_1) + scripts/phpize.in: + portability fix (for solaris) + +2005-09-01 Dmitry Stogov + + * ZendEngine2/tests/bug34137.phpt + ZendEngine2/tests/bug34137.phpt + ZendEngine2/tests/bug34137.phpt: + 1.1.4; + Fixed bug #34137 (assigning array element by reference causes binary mess) + + * NEWS + NEWS + NEWS + NEWS + Zend/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug34137.phpt + ZendEngine2/tests/bug34137.phpt: + Fixed bug #34137 (assigning array element by reference causes binary mess) + +2005-09-01 Derick Rethans + + * (PHP_5_1) + NEWS: + - MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned + after + strtotime() / date() tests). + +2005-09-01 Jani Taskinen + + * NEWS: + If it is added in 5.1, is it still news for PHP 6? + + * (PHP_5_1) + NEWS: + NSF + +2005-09-01 Dmitry Stogov + + * ext/standard/tests/array/bug34227.phpt + ext/standard/tests/array/bug34227.phpt + ext/standard/tests/array/bug34227.phpt + ext/standard/tests/array/bug34227.phpt: + 1.1.4; 1.1.6; + Fixed bug #34277 (array_filter() crashes with references and objects) + + * NEWS + NEWS + NEWS + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug34227.phpt + ext/standard/tests/array/bug34227.phpt + ext/standard/tests/array/bug34227.phpt: + Fixed bug #34277 (array_filter() crashes with references and objects) + + * NEWS + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/tests/bug34310.phpt + ZendEngine2/tests/bug34310.phpt: + Fixed bug #34310 (foreach($arr as $c->d => $x) crashes) + + * NEWS + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.h + ZendEngine2/zend.h + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/zend_API.h + ZendEngine2/zend_API.h + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_opcode.c + ZendEngine2/zend_opcode.c + ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.c: + Support for class constants and static members for internal classes + +2005-09-01 Anantha Kesari H Y + + * (PHP_4_4) + sapi/cli/php_getopt.h: + As NetWare LibC has optind and optarg macros defined in unistd.h our local + variables were getting mistakenly preprocessed so undeffing optind and + optarg + + --Kamesh + +2005-09-01 Jani Taskinen + + * acinclude.m4: + Bump up libxml2 version requirement to >= 2.6.8 + +2005-09-01 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + MFH: Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars) + 2005-08-31 Jani Taskinen * ext/sybase/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 0292e65900..f6177e3aa9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,43 @@ +2005-09-01 Dmitry Stogov + + * tests/bug34137.phpt + tests/bug34137.phpt + tests/bug34137.phpt: + 1.1.4; + Fixed bug #34137 (assigning array element by reference causes binary mess) + + * zend_execute.c + zend_execute.c + zend_execute.c + tests/bug34137.phpt + tests/bug34137.phpt: + Fixed bug #34137 (assigning array element by reference causes binary mess) + + * zend_compile.c + zend_compile.c + tests/bug34310.phpt + tests/bug34310.phpt: + Fixed bug #34310 (foreach($arr as $c->d => $x) crashes) + + * zend.c + zend.h + zend.h + zend_API.c + zend_API.c + zend_API.h + zend_API.h + zend_builtin_functions.c + zend_builtin_functions.c + zend_compile.c + zend_compile.c + zend_object_handlers.c + zend_object_handlers.c + zend_opcode.c + zend_opcode.c + zend_reflection_api.c + zend_reflection_api.c: + Support for class constants and static members for internal classes + 2005-08-31 Jani Taskinen * tests/bug34310.phpt: