From: Date: Mon, 22 Mar 2004 01:33:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC1~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f34db1b437269871e6bf8632023520571a51dc5c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c3e72ff535..a89c9a85da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2004-03-21 Greg Beaver + + * pear/package-PEARtests.xml + pear/tests/package-PEARtests.xml: + added in wrong directory, move to tests/ + + * pear/PEAR/ErrorStack.php: + small changes + Use '' instead of "" + allow subclasses to easily change the exception class used just by + overriding the _exceptionClass property + + * pear/package-PEARtests.xml: + new package.xml to be used for installing tests, to make it easy to collect + all tests in the same location for all PEAR packages + +2004-03-21 Stig Bakken + + * pear/PEAR.php: + - fit copyright header on 80 columns + +2004-03-21 Andi Gutmans + + * ZendEngine2/zend_execute.c: + - Improve consistency + +2004-03-21 Georg Richter + + * ext/mysqli/mysqli_fe.c: + ups - changed alias instead of method before + + * ext/mysqli/mysqli_fe.c: + renamed get_metadata method to get_result_metadata. + (We have to differentiate between result_metadata and param_metdata. + mysql_stmt_param_metadata will be added in libmysql 4.1.3) + +2004-03-21 Stanislav Malyshev + + * ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.h: + return zval *, to make it useful for read_property + + * ext/dom/php_dom.c + ext/mysqli/mysqli.c + ext/simplexml/simplexml.c: + Update for new read_property API + + * ZendEngine2/zend_objects_API.c: + update to new API + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.h: + API change for read_property: + instead of bool silent it now gets fetch type + This can be used for creating proxy objects for write contexts + +2004-03-21 Ilia Alshanetsky + + * ext/gd/libgd/gd.c: + Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stack + overflow. + +2004-03-21 Andi Gutmans + + * ZendEngine2/zend_execute.c: + - Nuke unused code + 2004-03-20 Marcus Boerger * tests/lang/bug23384.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index eb8dc7b295..b4c3222665 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2004-03-21 Andi Gutmans + + * zend_execute.c: + - Improve consistency + +2004-03-21 Stanislav Malyshev + + * zend_objects_API.c + zend_objects_API.h: + return zval *, to make it useful for read_property + + * zend_objects_API.c: + update to new API + + * zend_execute.c + zend_object_handlers.c + zend_object_handlers.h: + API change for read_property: + instead of bool silent it now gets fetch type + This can be used for creating proxy objects for write contexts + +2004-03-21 Andi Gutmans + + * zend_execute.c: + - Nuke unused code + 2004-03-18 Andi Gutmans * zend.h: