]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 8 Feb 2006 06:31:47 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Wed, 8 Feb 2006 06:31:47 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 513822a8e3b04fa948177df11d074a269d54cd9c..25dc2bfb9056f8267ab602dbcbf362cc7def083c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2006-02-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * 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  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #36083 (SoapClient waits for responses on one-way operations)
+
+2006-02-07  Rob Richards  <rrichards@ctindustries.net>
+
+    * 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  <pierre.dev@gmail.com>
+
+    * (PHP_5_1)
+      NEWS:
+      - forgot the original credits
+
+2006-02-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Check for get_properties handler before using it. (Patch from
+      rrichards@ctindustries.net).
+
+2006-02-07  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <antony@zend.com>
 
     * (PHP_5_1)
index a396a65d10e619a2d0c5d8e111c61f2aa1b4ae34..e5f1765072208c7fcccb974bb106c20644e977b9 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-07  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_builtin_functions.c:
+      Check for get_properties handler before using it. (Patch from
+      rrichards@ctindustries.net).
+
 2006-02-06  Antony Dovgal  <antony@zend.com>
 
     * (PHP_5_1)