changelog Thu May 18 05:31:49 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2348&r2=1.2349&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2348 php-src/ChangeLog:1.2349 --- php-src/ChangeLog:1.2348 Wed May 17 05:31:49 2006 +++ php-src/ChangeLog Thu May 18 05:31:49 2006 @@ -1,3 +1,76 @@ +2006-05-17 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + ZendEngine2/zend_errors.h: + - Fix oversight and drop E_STRICT in 5.x series + +2006-05-17 Rob Richards <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ZendEngine2/zend_object_handlers.h + ZendEngine2/zend_object_handlers.h: + change argument name, it should be "object" not "property" + +2006-05-17 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c: + - Proto fix/add + 2006-05-16 Marcus Boerger <[EMAIL PROTECTED]> * run-tests.php: