From: Date: Thu, 3 Feb 2005 01:33:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d0f0d308f87cfa5d903842b2f6a74cba385a16b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f2b566025a..8894ac6df0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2005-02-02 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + main/fopen_wrappers.c + main/fopen_wrappers.c: + MFH: Fixed bug #31514 (open_basedir uses path_translated rather then cwd + for . + translation). + + * main/fopen_wrappers.c: + Fixed bug #31514 (open_basedir uses path_translated rather then cwd for . + translation). + +2005-02-02 Jani Taskinen + + * NEWS: + pecl movement + + * ext/w32api/.cvsignore + ext/w32api/CREDITS + ext/w32api/EXPERIMENTAL + ext/w32api/README + ext/w32api/TODO + ext/w32api/package.xml + ext/w32api/php_w32api.h + ext/w32api/w32api.c + ext/w32api/w32api.dsp + ext/w32api/w32api_function_definition_parser.y + ext/w32api/w32api_function_definition_scanner.l + ext/w32api/w32api_type_definition_parser.y + ext/w32api/w32api_type_definition_scanner.l: + - Moved ext/w32api to PECL. + + * NEWS: + PECL + + * ext/yp/.cvsignore + ext/yp/CREDITS + ext/yp/config.m4 + ext/yp/package.xml + ext/yp/php_yp.h + ext/yp/yp.c: + - Moved ext/yp to PECL. + + * NEWS: + NEWS + + * ext/dio/.cvsignore + ext/dio/EXPERIMENTAL + ext/dio/config.m4 + ext/dio/config.w32 + ext/dio/dio.c + ext/dio/package.xml + ext/dio/php_dio.h + ext/dio/tests/.cvsignore + ext/dio/tests/001.phpt: + - Moved ext/dio to PECL. + +2005-02-02 Stanislav Malyshev + + * ext/standard/array.c: + fix memory leak if function call fails + + * ZendEngine2/zend_execute_API.c: + Fix #31720 Invalid object callbacks not caught in array_walk() (patch + from Antony Dovgal) + +2005-02-02 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 + 100 Continue" response) + +2005-02-02 Stanislav Malyshev + + * ZendEngine2/tests/bug31720.phpt: + test for Bug #31720 + + * ZendEngine2/tests/bug31720.phpt + ZendEngine2/tests/bug31720.phpt: + + file bug31720.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + ZendEngine2/zend_execute_API.c: + Fix #31720 Invalid object callbacks not caught in array_walk() (patch + from Antony Dovgal) + + * (PHP_5_0) + ext/standard/array.c: + fix leak if function call fails + +2005-02-02 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #31755 (Cannot create SOAP header in no namespace) + + * ZendEngine2/tests/bug31683.phpt + ZendEngine2/tests/bug31683.phpt: + + file bug31683.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend.h + ZendEngine2/zend.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug31683.phpt: + Fixed bugs #29767 and #31683 (__get and __set methods must not modify + property name). + 2005-02-01 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f503a082c3..b6c6bcbc9c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,37 @@ +2005-02-02 Stanislav Malyshev + + * zend_execute_API.c: + Fix #31720 Invalid object callbacks not caught in array_walk() (patch + from Antony Dovgal) + + * tests/bug31720.phpt: + test for Bug #31720 + + * tests/bug31720.phpt + tests/bug31720.phpt: + + file bug31720.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute_API.c: + Fix #31720 Invalid object callbacks not caught in array_walk() (patch + from Antony Dovgal) + +2005-02-02 Dmitry Stogov + + * zend.h + zend.h + zend_object_handlers.c + zend_object_handlers.c + tests/bug31683.phpt: + Fixed bugs #29767 and #31683 (__get and __set methods must not modify + property name). + + * tests/bug31683.phpt + tests/bug31683.phpt: + + file bug31683.phpt was initially added on branch PHP_5_0. + 2005-02-01 Stanislav Malyshev * zend_builtin_functions.c