From: Date: Wed, 8 Feb 2006 06:31:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72803507f12d3cd2075052151cf2709f4125af79;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 513822a8e3..25dc2bfb90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2006-02-07 Andrei Zmievski + + * ext/standard/array.c + ext/standard/php_array.h: + MFB. + + * (PHP_5_1) + ext/standard/array.c + ext/standard/php_array.h: + Move array globals declarations back to the header file. + +2006-02-07 Dmitry Stogov + + * (PHP_5_1) + NEWS: + Fixed bug #36083 (SoapClient waits for responses on one-way operations) + +2006-02-07 Rob Richards + + * ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_iterator.c + ext/com_dotnet/com_saproxy.c + ext/com_dotnet/php_com_dotnet_internal.h: + modify get_iterator calls for engine change + fix mem leak with iterators + fix object casting for edge case + + * (PHP_5_1) + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_iterator.c: + fix mem leak with iterators + fix object casting for edge case + + * ext/dom/dom_iterators.c + ext/dom/php_dom.h: + modify get_iterator call for engine change + +2006-02-07 Pierre-Alain Joye + + * (PHP_5_1) + NEWS: + - forgot the original credits + +2006-02-07 Andrei Zmievski + + * ZendEngine2/zend_builtin_functions.c: + Check for get_properties handler before using it. (Patch from + rrichards@ctindustries.net). + +2006-02-07 Pierre-Alain Joye + + * (PHP_5_1) + NEWS: + - entry for #36306 + + * ext/standard/crc32.c + ext/standard/tests/strings/bug36306.phpt: + - MFB: #36306, crc32() result differs on 32-bit and 64-bit platforms + + * (PHP_5_1) + ext/standard/crc32.c + ext/standard/tests/strings/bug36306.phpt + ext/standard/tests/strings/bug36306.phpt: + - #36306, crc32() function result differs on 32-bit and 64-bit platforms + 2006-02-06 Antony Dovgal * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a396a65d10..e5f1765072 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2006-02-07 Andrei Zmievski + + * zend_builtin_functions.c: + Check for get_properties handler before using it. (Patch from + rrichards@ctindustries.net). + 2006-02-06 Antony Dovgal * (PHP_5_1)