From: Date: Thu, 18 May 2006 05:31:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bb6f3ea590e17d9ed7b3a94fb8b5559ac06ef32;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 42455b7bed..978affa975 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +2006-05-17 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/tests/error_reporting01.phpt + ZendEngine2/tests/error_reporting05.phpt + ZendEngine2/tests/error_reporting06.phpt + ZendEngine2/tests/error_reporting07.phpt + ZendEngine2/tests/error_reporting10.phpt: + fix tests + +2006-05-17 Marcus Boerger + + * (PHP_5_2) + ZendEngine2/zend_errors.h: + - Fix oversight and drop E_STRICT in 5.x series + +2006-05-17 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/dom/tests/bug37456.phpt + ext/dom/tests/dom.ent + ext/dom/tests/dom.xml: + add tests + + * (PHP_5_2) + ext/dom/dom_iterators.c + ext/dom/php_dom.c: + Synch from HEAD + - Fix bug #37456 (DOMElement->setAttribute() loops forever) + - update iterators for engine change merged from HEAD + + * ext/dom/tests/bug37456.phpt + ext/dom/tests/bug37456.phpt + ext/dom/tests/dom.ent + ext/dom/tests/dom.ent + ext/dom/tests/dom.xml + ext/dom/tests/dom.xml: + + add test + + * ext/dom/php_dom.c: + Fix bug #37456 (DOMElement->setAttribute() loops forever) + +2006-05-17 Antony Dovgal + + * ZendEngine2/zend_object_handlers.h + ZendEngine2/zend_object_handlers.h: + change argument name, it should be "object" not "property" + +2006-05-17 Ilia Alshanetsky + + * (PHP_5_2) + NEWS: + Bug fixing news + + * ZendEngine2/zend.c: + Fixed bug #35512 (Lack of read permission on main script results in + E_WARNING rather then E_ERROR). + + * (PHP_5_2) + ZendEngine2/zend.c: + Fixed bug #35512 (Lack of read permission on main script results in + E_WARNING rather then E_ERROR). + +2006-05-17 Marcus Boerger + + * ext/simplexml/simplexml.c: + - Proto fix/add + 2006-05-16 Marcus Boerger * run-tests.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 80af9f2807..0736f2f950 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,36 @@ +2006-05-17 Antony Dovgal + + * (PHP_5_2) + tests/error_reporting01.phpt + tests/error_reporting05.phpt + tests/error_reporting06.phpt + tests/error_reporting07.phpt + tests/error_reporting10.phpt: + fix tests + +2006-05-17 Marcus Boerger + + * (PHP_5_2) + zend_errors.h: + - Fix oversight and drop E_STRICT in 5.x series + +2006-05-17 Antony Dovgal + + * zend_object_handlers.h + zend_object_handlers.h: + change argument name, it should be "object" not "property" + +2006-05-17 Ilia Alshanetsky + + * zend.c: + Fixed bug #35512 (Lack of read permission on main script results in + E_WARNING rather then E_ERROR). + + * (PHP_5_2) + zend.c: + Fixed bug #35512 (Lack of read permission on main script results in + E_WARNING rather then E_ERROR). + 2006-05-15 Dmitry Stogov * (PHP_5_2)