]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 23 Feb 2006 06:32:01 +0000 (06:32 +0000)
committer <changelog@php.net> <>
Thu, 23 Feb 2006 06:32:01 +0000 (06:32 +0000)
ChangeLog
Zend/ChangeLog

index 36688924fbea052070708771664cc84db6a084ed..65b8e7c135f764235fef76c0ea0410c52912b7a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2006-02-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_4_4)
+      sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Fixed crash on error message during PHP startup in FastCGI
+
+    * ext/standard/var.c:
+      Unicode support: fixed serialization of "Serializable"
+
+    * ext/standard/var.c:
+      Unicode support: fixed serealization of "Serializable" and
+      "IncompleteClass"
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c:
+      Unicode support: fixed GLOBALS protection
+
+    * ext/standard/tests/array/array_intersect_1.phpt:
+      fixed test file
+
+    * ext/session/tests/006.phpt
+      ext/session/tests/bug24592.phpt
+      ext/standard/tests/array/007.phpt
+      tests/classes/tostring_001.phpt:
+      Fixed test file
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      Unicode support
+
+    * ZendEngine2/zend_exceptions.c:
+      Unicode support: fixed __toString() in user defined exceptions
+
+    * ZendEngine2/zend_compile.c:
+      Unicode support: fixed check for class type hint
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_constants.c:
+      Unicode support: fixed internal constants usage and get_defined_constants()
+
+    * ZendEngine2/zend_compile.c:
+      Unicode support: fixed check for direct call to __clone()
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_execute_API.c:
+      Unicode support: fixed call_user_func(array($this, "self::foo"))
+      Made check for "self/parent" before calling __autoload()
+
+2006-02-22  Antony Dovgal  <antony@zend.com>
+
+    * ext/wddx/wddx.c:
+      fix ext/wddx build
+
 2006-02-21  Johannes Schlüter  <schlueter@phpbar.de>
 
     * (PHP_5_1)
index ae6c0d1689d75723f8075f2ef442c24544132f56..d6b4b2bf36855f405899e3a072ca86b32252d2ed 100644 (file)
@@ -1,3 +1,27 @@
+2006-02-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c
+      zend_API.h:
+      Unicode support
+
+    * zend_exceptions.c:
+      Unicode support: fixed __toString() in user defined exceptions
+
+    * zend_compile.c:
+      Unicode support: fixed check for class type hint
+
+    * zend_builtin_functions.c
+      zend_constants.c:
+      Unicode support: fixed internal constants usage and get_defined_constants()
+
+    * zend_compile.c:
+      Unicode support: fixed check for direct call to __clone()
+
+    * zend_API.c
+      zend_execute_API.c:
+      Unicode support: fixed call_user_func(array($this, "self::foo"))
+      Made check for "self/parent" before calling __autoload()
+
 2006-02-21  Dmitry Stogov  <dmitry@zend.com>
 
     * zend.c