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

index c146aa9ae86f1ed173624a362fbfc70e8836e920..513822a8e3b04fa948177df11d074a269d54cd9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2006-02-06  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      TSRM/tsrm_virtual_cwd.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_hash.c:
+      init variables
+
+    * TSRM/tsrm_virtual_cwd.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_hash.c:
+      init variables (continue making GCC happy)
+
+2006-02-06  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * (PHP_5_1)
+      ext/pcre/php_pcre.c:
+      TODO
+
+2006-02-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/tests/bug36303.phpt:
+      Fixed bug #36303 (foreach on error_zval produces segfault)
+
+    * ZendEngine2/tests/bug36303.phpt
+      ZendEngine2/tests/bug36303.phpt:
+      
+      Fixed bug #36303 (foreach on error_zval produces segfault)
+
+    * ZendEngine2/tests/bug36303.phpt
+      ZendEngine2/tests/bug36303.phpt:
+      
+      file bug36303.phpt was initially added on branch PHP_5_1.
+
+2006-02-06  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      ext/standard/math.c:
+      MFH: initialize variables and reduce the number of warnings
+
+    * ext/standard/math.c:
+      initialize variables and reduce the number of warnings
+
+    * ext/simplexml/simplexml.c:
+      MF51: initialize variables
+
+    * (PHP_5_1)
+      ext/simplexml/simplexml.c:
+      initialize variables
+
+    * (PHP_4_4)
+      ext/mbstring/mbstring.c:
+      MF51: initialize to_r
+
+    * ext/mbstring/mbstring.c:
+      MF51: initialize to_r
+      remove needless semicolon
+
+    * (PHP_5_1)
+      ext/mbstring/mbstring.c:
+      initialize to_r
+      remove needless semicolon
+
+2006-02-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #36283 (SOAPClient Compression Broken).
+
+2006-02-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_interfaces.c
+      ZendEngine2/zend_interfaces.h:
+      - Missed one to be public
+
+    * ZendEngine2/zend_interfaces.c:
+      - The next get_iterator() call is supposed to do the check itself
+
+    * ZendEngine2/zend_interfaces.c
+      ZendEngine2/zend_interfaces.h:
+      - Make all default implementations public
+
 2006-02-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_interfaces.c
index ebb30e1bf24a56b382dffd658457cd08398cdbfd..a396a65d10e619a2d0c5d8e111c61f2aa1b4ae34 100644 (file)
@@ -1,3 +1,48 @@
+2006-02-06  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      zend_API.c
+      zend_hash.c:
+      init variables
+
+    * zend_API.c
+      zend_hash.c:
+      init variables (continue making GCC happy)
+
+2006-02-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h
+      tests/bug36303.phpt:
+      Fixed bug #36303 (foreach on error_zval produces segfault)
+
+    * tests/bug36303.phpt
+      tests/bug36303.phpt:
+      
+      Fixed bug #36303 (foreach on error_zval produces segfault)
+
+    * tests/bug36303.phpt
+      tests/bug36303.phpt:
+      
+      file bug36303.phpt was initially added on branch PHP_5_1.
+
+2006-02-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_interfaces.c
+      zend_interfaces.h:
+      - Missed one to be public
+
+    * zend_interfaces.c:
+      - The next get_iterator() call is supposed to do the check itself
+
+    * zend_interfaces.c
+      zend_interfaces.h:
+      - Make all default implementations public
+
 2006-02-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_interfaces.c