]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 27 Apr 2005 00:38:26 +0000 (00:38 +0000)
committer <changelog@php.net> <>
Wed, 27 Apr 2005 00:38:26 +0000 (00:38 +0000)
ChangeLog
Zend/ChangeLog

index a30e85469e0af5d5f013c641c0687f398d01fb78..ff5b6b750b6b8b6bb9a67340449a545185a5f161 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2005-04-26  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug30889.phpt
+      ZendEngine2/tests/bug30889.phpt:
+      
+      file bug30889.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/bug30889.phpt:
+      Fixed bug #30889 (Conflict between __get/__set and ++ operator)
+
+    * ZendEngine2/tests/bug32429.phpt:
+      fix
+
+    * ZendEngine2/tests/bug30702.phpt
+      ZendEngine2/tests/bug30702.phpt:
+      
+      file bug30702.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/tests/bug30702.phpt:
+      Fixed bug #30702 (cannot initialize class variable from class constant)
+
+    * NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug32427.phpt:
+      Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
+
+    * NEWS
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/bug32429.phpt:
+      Fixed bug #32429 (method_exists() always return TRUE if __call method
+      exists)
+
+2005-04-26  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * acinclude.m4
+      acinclude.m4:
+      Netware stuff
+
 2005-04-25  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 289e039ae5195526589a9f11b84f240d2b9c1228..8c9d9fbc6ac7ee040b7690c04d54401d6e94551a 100644 (file)
@@ -1,3 +1,40 @@
+2005-04-26  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/bug30889.phpt
+      tests/bug30889.phpt:
+      
+      file bug30889.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      zend_execute.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      tests/bug30889.phpt:
+      Fixed bug #30889 (Conflict between __get/__set and ++ operator)
+
+    * tests/bug32429.phpt:
+      fix
+
+    * zend_API.c
+      zend_API.c
+      tests/bug30702.phpt:
+      Fixed bug #30702 (cannot initialize class variable from class constant)
+
+    * tests/bug30702.phpt
+      tests/bug30702.phpt:
+      
+      file bug30702.phpt was initially added on branch PHP_5_0.
+
+    * zend_compile.c
+      tests/bug32427.phpt:
+      Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
+
+    * zend_builtin_functions.c
+      tests/bug32429.phpt:
+      Fixed bug #32429 (method_exists() always return TRUE if __call method
+      exists)
+
 2005-04-25  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_object_handlers.c: