]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 9 Nov 2006 01:31:24 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Thu, 9 Nov 2006 01:31:24 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 515fd39d2db3afbd581326772c0edda8a16b21dd..ee962fc865273e2216d409aedd571ce28f324115 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2006-11-08  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      fix #39300 (make install fails if wget is not available)
+      add support of 'fetch'
+
+2006-11-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_hash.c
+      ZendEngine2/zend_hash.c:
+      HashTable copying optimization (Matt Wilmas)
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug39297.phpt
+      ZendEngine2/tests/bug39297.phpt
+      ZendEngine2/tests/bug39297.phpt:
+      Fixed bug #39297 (Memory corryption because of indirect modification of
+      overloaded array).
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend.c
+      ZendEngine2/zend.c
+      ZendEngine2/zend_ini.c
+      ZendEngine2/zend_ini.c:
+      Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an
+      extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
+
+2006-11-08  Sara Golemon  <sara@golemon.com>
+
+    * ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c:
+      Put zend_lookup_class_ex back into the API for BC.
+
+2006-11-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/tests/bugs/bug38536.phpt
+      ext/soap/tests/bugs/bug38536.phpt
+      ext/soap/tests/bugs/bug38536.phpt
+      ext/soap/tests/bugs/bug38536.wsdl
+      ext/soap/tests/bugs/bug38536.wsdl
+      ext/soap/tests/bugs/bug38536.wsdl:
+      Fixed bug #38536 (SOAP returns an array of values instead of an object)
+
 2006-11-07  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ZendEngine2/zend_execute.c
index 5cd5fc55f098b7454dee378358dc0ddc37ae05ec..45cea5d873b1df12ac735ad437b54be3b8fabb14 100644 (file)
@@ -1,3 +1,33 @@
+2006-11-08  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_hash.c
+      zend_hash.c:
+      HashTable copying optimization (Matt Wilmas)
+
+    * zend_object_handlers.c
+      zend_object_handlers.c
+      tests/bug39297.phpt:
+      Fixed bug #39297 (Memory corryption because of indirect modification of
+      overloaded array).
+
+    * tests/bug39297.phpt
+      tests/bug39297.phpt:
+      
+      file bug39297.phpt was initially added on branch PHP_5_2.
+
+    * zend.c
+      zend.c
+      zend_ini.c
+      zend_ini.c:
+      Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an
+      extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
+
+2006-11-08  Sara Golemon  <sara@golemon.com>
+
+    * zend_execute.h
+      zend_execute_API.c:
+      Put zend_lookup_class_ex back into the API for BC.
+
 2006-11-07  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_execute.c