]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 19 May 2005 00:38:50 +0000 (00:38 +0000)
committer <changelog@php.net> <>
Thu, 19 May 2005 00:38:50 +0000 (00:38 +0000)
ChangeLog
Zend/ChangeLog

index 15e67050ec00d22f9e60c1dcb6525a9977f96728..d4906093891cfebed5e981b7a5950faae53c8eef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2005-05-18  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_4_3)
+      Zend/zend.c
+      ZendEngine2/zend.c
+      ZendEngine2/zend.c:
+      fix for #29890 - part 2
+
+    * (PHP_5_0)
+      ZendEngine2/tests/bug29890.phpt:
+      test
+
+    * ZendEngine2/tests/bug29890.phpt
+      ZendEngine2/tests/bug29890.phpt:
+      
+      test
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c:
+      fix #29890 - crash when function call fails
+
+    * (PHP_4_3)
+      Zend/zend_execute_API.c:
+      fix #29890 - stack corruption when function call fails
+
+    * ZendEngine2/zend_object_handlers.c:
+      revert - seems to be fixed elsewhere
+
+    * ZendEngine2/zend_object_handlers.c:
+      fix #30451       static properties don't work properly
+
+    * ZendEngine2/tests/bug29689.phpt
+      ZendEngine2/tests/bug30451.phpt:
+      tests
+
+    * ZendEngine2/tests/bug29689.phpt
+      ZendEngine2/tests/bug29689.phpt
+      ZendEngine2/tests/bug30451.phpt
+      ZendEngine2/tests/bug30451.phpt:
+      
+      file bug29689.phpt was initially added on branch PHP_5_0.
+
 2005-05-17  Magnus Määttä  <novell@kiruna.se>
 
     * ZendEngine2/tests/bug31828.phpt
index d2c1426246dfef1a12861a7222dd0dbe7cfc03bf..5307cfe0335f2a868594b3b96b868bc3a1e85d64 100644 (file)
@@ -1,3 +1,39 @@
+2005-05-18  Stanislav Malyshev  <stas@zend.com>
+
+    * zend.c
+      zend.c:
+      fix for #29890 - part 2
+
+    * (PHP_5_0)
+      tests/bug29890.phpt:
+      test
+
+    * tests/bug29890.phpt
+      tests/bug29890.phpt:
+      
+      test
+
+    * zend_execute_API.c
+      zend_execute_API.c:
+      fix #29890 - crash when function call fails
+
+    * zend_object_handlers.c:
+      revert - seems to be fixed elsewhere
+
+    * zend_object_handlers.c:
+      fix #30451       static properties don't work properly
+
+    * tests/bug29689.phpt
+      tests/bug30451.phpt:
+      tests
+
+    * tests/bug29689.phpt
+      tests/bug29689.phpt
+      tests/bug30451.phpt
+      tests/bug30451.phpt:
+      
+      file bug29689.phpt was initially added on branch PHP_5_0.
+
 2005-05-17  Magnus Määttä  <novell@kiruna.se>
 
     * tests/bug31828.phpt