From: Date: Sun, 28 May 2006 05:31:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a256df46bc1af000ecca846d065277afbfb16ea0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 75de2ada6a..79aeab6973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2006-05-27 Johannes Schlüter + + * main/main.c: + - nitpicking "PHP6" vs. "PHP 6" + +2006-05-27 Marcus Boerger + + * (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 + + * (PHP_5_2) + NEWS + ZendEngine2/zend_compile.c: + - MFH Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger + + * (PHP_5_2) + ZendEngine2/zend_execute.c: + - WS/CS + +2006-05-27 Johannes Schlüter + + * ZendEngine2/zend_compile.c: + - Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger + + * 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 * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 61b0d27712..0bc4f0786c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,58 @@ +2006-05-27 Marcus Boerger + + * (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 + + * (PHP_5_2) + zend_compile.c: + - MFH Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger + + * (PHP_5_2) + zend_execute.c: + - WS/CS + +2006-05-27 Johannes Schlüter + + * zend_compile.c: + - Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger + + * 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 * zend_API.c: