From c414bdd2e62d4128753c76e70c7196cb4ca0fdaa Mon Sep 17 00:00:00 2001 From: Date: Fri, 12 Sep 2008 01:32:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 229 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 ++++ 2 files changed, 244 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02ffd130f5..fb1593a58a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,232 @@ +2008-09-11 Ilia Alshanetsky + + * ext/openssl/xp_ssl.c: + + MFB: Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). + + * (PHP_5_3) + NEWS + ext/openssl/xp_ssl.c: + + Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). + +2008-09-11 Lars Strojny + + * (PHP_5_3) + ext/standard/tests/array/prev_basic.phpt + ext/standard/tests/array/prev_error1.phpt + ext/standard/tests/array/prev_error2.phpt + ext/standard/tests/array/prev_error3.phpt + ext/standard/tests/array/prev_variation1.phpt + ext/standard/tests/array/prev_variation2.phpt: + MFH: prev()-tests by Iain Lewis + + * ext/standard/tests/array/prev_basic.phpt + ext/standard/tests/array/prev_basic.phpt + ext/standard/tests/array/prev_error1.phpt + ext/standard/tests/array/prev_error1.phpt + ext/standard/tests/array/prev_error2.phpt + ext/standard/tests/array/prev_error2.phpt + ext/standard/tests/array/prev_error3.phpt + ext/standard/tests/array/prev_error3.phpt + ext/standard/tests/array/prev_variation1.phpt + ext/standard/tests/array/prev_variation1.phpt + ext/standard/tests/array/prev_variation2.phpt + ext/standard/tests/array/prev_variation2.phpt: + + prev()-tests by Iain Lewis + +2008-09-11 Arnaud Le Blanc + + * ext/spl/tests/recursive_tree_iterator_005.phpt: + Fix test + + * ext/spl/spl_directory.c: + Fix invalid free + + * (PHP_5_2) + NEWS + ext/spl/spl_directory.c + ext/spl/spl_directory.c + ext/spl/tests/bug46053.phpt + ext/spl/tests/bug46053.phpt: + MFH: Fixed #46053 (SplFileObject::seek - Endless loop) + + * ext/spl/spl_directory.c + ext/spl/tests/bug46053.phpt + ext/spl/tests/bug46053.phpt + ext/spl/tests/bug46053.phpt: + Fixed #46053 (SplFileObject::seek - Endless loop) + + * (PHP_5_2) + NEWS + ext/spl/spl_directory.c + ext/spl/spl_directory.c + ext/spl/tests/bug46051.phpt + ext/spl/tests/bug46051.phpt: + MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap) + + * ext/spl/spl_directory.c + ext/spl/tests/bug46051.phpt + ext/spl/tests/bug46051.phpt + ext/spl/tests/bug46051.phpt: + Fixed #46051 (SplFileInfo::openFile - memory overlap) + +2008-09-11 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/simplexml/simplexml.c + ext/simplexml/simplexml.c + ext/simplexml/tests/bug46047.phpt + ext/simplexml/tests/bug46047.phpt: + MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested + array) + add test + + * ext/simplexml/simplexml.c + ext/simplexml/tests/bug46047.phpt + ext/simplexml/tests/bug46047.phpt + ext/simplexml/tests/bug46047.phpt: + fix bug #46047 (SimpleXML converts empty nodes into object with nested + array) + add test + + * (PHP_5_2) + ext/wddx/wddx.c + ext/wddx/wddx.c + ext/wddx/tests/bug45901.phpt + ext/wddx/tests/bug45901.phpt: + MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement + object) + add test + + * ext/wddx/wddx.c + ext/wddx/tests/bug45901.phpt + ext/wddx/tests/bug45901.phpt + ext/wddx/tests/bug45901.phpt: + fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object) + add test + +2008-09-11 Antony Dovgal + + * ext/phar/tests/bug46032.phpt + ext/phar/tests/bug46032.phpt: + fix test + +2008-09-11 Arnaud Le Blanc + + * ext/session/tests/rfc1867.phpt + ext/session/tests/rfc1867_disabled.phpt + ext/session/tests/rfc1867_disabled_2.phpt + ext/session/tests/rfc1867_invalid_settings.phpt + ext/session/tests/rfc1867_invalid_settings_2.phpt + ext/session/tests/rfc1867_no_name.phpt + ext/session/tests/rfc1867_sid_cookie.phpt + ext/session/tests/rfc1867_sid_get.phpt + ext/session/tests/rfc1867_sid_get_2.phpt + ext/session/tests/rfc1867_sid_invalid.phpt + ext/session/tests/rfc1867_sid_only_cookie.phpt + ext/session/tests/rfc1867_sid_only_cookie_2.phpt + ext/session/tests/rfc1867_sid_post.phpt: + Added tests + + * ext/session/php_session.h + ext/session/session.c: + Implemented ability to provide upload progress feedback through session + data. + +2008-09-11 Sanjay Mantoor + + * (PHP_5_3) + ext/standard/tests/array/array_intersect_key_error.phpt: + Fixed expected output + + * (PHP_5_3) + ext/standard/tests/array/array_intersect_key_error.phpt + ext/standard/tests/array/array_intersect_key_variation1.phpt + ext/standard/tests/array/array_intersect_key_variation2.phpt + ext/standard/tests/array/array_intersect_key_variation3.phpt + ext/standard/tests/array/array_intersect_key_variation4.phpt + ext/standard/tests/array/array_intersect_key_variation5.phpt + ext/standard/tests/array/array_intersect_key_variation6.phpt + ext/standard/tests/array/array_intersect_key_variation7.phpt + ext/standard/tests/array/array_intersect_key_variation8.phpt: + New testcases for array_intersect_key() function + + * ext/standard/tests/array/array_intersect_key_error.phpt + ext/standard/tests/array/array_intersect_key_error.phpt + ext/standard/tests/array/array_intersect_key_variation1.phpt + ext/standard/tests/array/array_intersect_key_variation1.phpt + ext/standard/tests/array/array_intersect_key_variation2.phpt + ext/standard/tests/array/array_intersect_key_variation2.phpt + ext/standard/tests/array/array_intersect_key_variation3.phpt + ext/standard/tests/array/array_intersect_key_variation3.phpt + ext/standard/tests/array/array_intersect_key_variation4.phpt + ext/standard/tests/array/array_intersect_key_variation4.phpt + ext/standard/tests/array/array_intersect_key_variation5.phpt + ext/standard/tests/array/array_intersect_key_variation5.phpt + ext/standard/tests/array/array_intersect_key_variation6.phpt + ext/standard/tests/array/array_intersect_key_variation6.phpt + ext/standard/tests/array/array_intersect_key_variation7.phpt + ext/standard/tests/array/array_intersect_key_variation7.phpt + ext/standard/tests/array/array_intersect_key_variation8.phpt + ext/standard/tests/array/array_intersect_key_variation8.phpt: + + New testcases for array_intersect_key() function + +2008-09-11 Greg Beaver + + * ext/phar/util.c: + remove weird relic of development past that somehow made it in here on the + last commit + + * (PHP_5_3) + NEWS: + update NEWS to note bug #46032 fix + + * ext/phar/phar_object.c + ext/phar/util.c + ext/phar/tests/bug46032.phpt: + MFPHP5: fix Bug #46032: PharData::__construct wrong memory read + + * ext/phar/tests/bug46032.phpt + ext/phar/tests/bug46032.phpt: + + file bug46032.phpt was initially added on branch PHP_5_3. + + * (PHP_5_3) + ext/phar/phar_object.c: + fix Bug #46032: PharData::__construct wrong memory read + +2008-09-11 Stanislav Malyshev + + * ext/standard/tests/general_functions/parse_ini_basic.data + ext/standard/tests/general_functions/parse_ini_basic.data + ext/standard/tests/general_functions/parse_ini_basic.phpt + ext/standard/tests/general_functions/parse_ini_basic.phpt: + add some windows-style INI entries to tests + + * ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner.c + ZendEngine2/zend_ini_scanner_defs.h + ZendEngine2/zend_ini_scanner_defs.h: + update scanner files + + * ZendEngine2/zend_ini_scanner.l: + MF5: Fix BC issue with ini scanner. + + * (PHP_5_3) + ext/standard/tests/general_functions/parse_ini_basic.data: + fix file format + + * (PHP_5_3) + ZendEngine2/zend_ini_scanner.l: + Fix BC issue with ini scanner. + 2008-09-10 Ilia Alshanetsky * ext/mbstring/mbstring.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d89b44c7c7..756ee25c30 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2008-09-11 Stanislav Malyshev + + * zend_ini_scanner.c + zend_ini_scanner.c + zend_ini_scanner_defs.h + zend_ini_scanner_defs.h: + update scanner files + + * zend_ini_scanner.l: + MF5: Fix BC issue with ini scanner. + + * (PHP_5_3) + zend_ini_scanner.l: + Fix BC issue with ini scanner. + 2008-09-10 Arnaud Le Blanc * (PHP_5_3) -- 2.40.0