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

index 66fad45fd216b883ef9dd0cd42e4feeb88c9fa8f..026843f834b91b51a64dd922fe12fefdde75559b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2007-10-17  Johannes Schl�ter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      NEWS:
+      - There's no need to mention these bugs, they all belong to "Added
+      namespaces"
+
+2007-10-17  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_4_4)
+      Zend/zend_operators.h:
+      fix constant value (somebody forgot to MFH?)
+
+2007-10-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/soap/tests/classmap004.phpt
+      ext/soap/tests/classmap004.phpt
+      ext/soap/tests/classmap004.phpt:
+        1.1.4;
+      file classmap004.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      NEWS
+      NEWS
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/php_encoding.c
+      ext/soap/tests/classmap004.phpt
+      ext/soap/tests/classmap004.phpt:
+      Fixed possible crash because of uninitialized value (Zdash Urf)
+
+    * (PHP_5_3)
+      NEWS
+      ext/soap/php_http.c
+      ext/soap/php_http.c:
+      Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill
+      Moran)
+
+    * (PHP_5_2)
+      NEWS
+      ext/soap/php_http.c:
+      Fixed bug #42637 (SoapFault : Only http and https are allowed)
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re
+      ext/standard/var_unserializer.re
+      ext/standard/tests/serialize/bug42919.phpt
+      ext/standard/tests/serialize/bug42919.phpt
+      ext/standard/tests/serialize/bug42919.phpt:
+      Fixed bug #42919 (Unserializing of namespaced class object fails)
+
+    * ZendEngine2/tests/bug42859.phpt
+      ZendEngine2/tests/bug42859.phpt:
+      
+      file bug42859.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug42859.phpt:
+      Fixed bug #42859 (import always conflicts with internal classes).
+      (cellog@php.net, Dmitry)
+
+2007-10-17  Antony Dovgal  <tony@daylessday.org>
+
+    * ext/mysqli/mysqli_api.c:
+      commit lost part of the patch
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_api.c:
+      ..and correct macro
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c:
+      MFH: use correct dtro and variable for the callback
+
+    * ext/mysqli/mysqli.c
+      ext/mysqli/mysqli_api.c:
+      use correct dtor and variable for the callback
+
 2007-10-16  Andrey Hristov  <php@hristov.com>
 
     * ext/mysql/php_mysql.c
index b5d46e5f2f7d5bfd73f1ce7947d43afccc38f5b4..5d3f960e828b747e601a107d831588a7e2497856 100644 (file)
@@ -1,3 +1,16 @@
+2007-10-17  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_compile.c
+      tests/bug42859.phpt:
+      Fixed bug #42859 (import always conflicts with internal classes).
+      (cellog@php.net, Dmitry)
+
+    * tests/bug42859.phpt
+      tests/bug42859.phpt:
+      
+      file bug42859.phpt was initially added on branch PHP_5_3.
+
 2007-10-13  Hannes Magnusson  <hannes.magnusson@gmail.com>
 
     * tests/bug42819.phpt: