changelog Sun May 28 05:31:51 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2358&r2=1.2359&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2358 php-src/ChangeLog:1.2359
--- php-src/ChangeLog:1.2358 Sat May 27 05:31:52 2006
+++ php-src/ChangeLog Sun May 28 05:31:51 2006
@@ -1,3 +1,64 @@
+2006-05-27 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * main/main.c:
+ - nitpicking "PHP6" vs. "PHP 6"
+
+2006-05-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_compile.c:
+ - MFH Fix #37614 (Class name lowercased in error message)
+
+2006-05-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_execute.c:
+ - WS/CS
+
+2006-05-27 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_compile.c:
+ - Fix #37614 (Class name lowercased in error message)
+
+2006-05-27 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_5_2)