]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 28 May 2006 05:31:56 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 28 May 2006 05:31:56 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 75de2ada6aa9e4fb6aef9be3794bf505ee188d23..79aeab6973a3e221b69c629da5a8b9499b8ad683 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2006-05-27  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * main/main.c:
+      - nitpicking "PHP6" vs. "PHP 6"
+
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - Revert until there is an ok for the full patch
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      - Take care of refcounting in zend_fcall_info_*() functions
+      - Add docu
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_object_handlers.c:
+      - WS
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug37212.phpt:
+      - MFH: Fix bug #37212 (Access to protected property of common base class)
+        By adding "zend_class_entry *ce" to struct zend_property_info;
+
+2006-05-27  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_compile.c:
+      - MFH Fix #37614 (Class name lowercased in error message)
+
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_execute.c:
+      - WS/CS
+
+2006-05-27  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * ZendEngine2/zend_compile.c:
+      - Fix #37614 (Class name lowercased in error message)
+
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug37212.phpt
+      ZendEngine2/tests/bug37212.phpt:
+      - Fix bug #37212 (Access to protected property of common base class)
+        By adding "zend_class_entry *ce" to struct zend_property_info;
+
+    * ZendEngine2/tests/abstract-static.phpt:
+      - There are no abstract static methods in classes, use interfaces
+
 2006-05-26  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_5_2)
index 61b0d27712453e3ff0b6aa60ed731337708cf8d5..0bc4f0786c070072f8851374fa5514386664e0a7 100644 (file)
@@ -1,3 +1,58 @@
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      zend_API.c:
+      - Revert until there is an ok for the full patch
+
+    * zend_API.c
+      zend_API.h:
+      - Take care of refcounting in zend_fcall_info_*() functions
+      - Add docu
+
+    * zend_API.c
+      zend_API.c
+      zend_compile.c
+      zend_object_handlers.c:
+      - WS
+
+    * (PHP_5_2)
+      zend_API.c
+      zend_compile.h
+      zend_object_handlers.c
+      tests/bug37212.phpt:
+      - MFH: Fix bug #37212 (Access to protected property of common base class)
+        By adding "zend_class_entry *ce" to struct zend_property_info;
+
+2006-05-27  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * (PHP_5_2)
+      zend_compile.c:
+      - MFH Fix #37614 (Class name lowercased in error message)
+
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      zend_execute.c:
+      - WS/CS
+
+2006-05-27  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * zend_compile.c:
+      - Fix #37614 (Class name lowercased in error message)
+
+2006-05-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c
+      zend_compile.h
+      zend_object_handlers.c
+      tests/bug37212.phpt
+      tests/bug37212.phpt:
+      - Fix bug #37212 (Access to protected property of common base class)
+        By adding "zend_class_entry *ce" to struct zend_property_info;
+
+    * tests/abstract-static.phpt:
+      - There are no abstract static methods in classes, use interfaces
+
 2006-05-26  Sara Golemon  <sara@golemon.com>
 
     * zend_API.c: