From fb7f1aa71e9990c4bb42375e0490aef15b27b02f Mon Sep 17 00:00:00 2001 From: Date: Fri, 12 Dec 2003 01:31:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 123 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 24 ++++++++++ 2 files changed, 147 insertions(+) diff --git a/ChangeLog b/ChangeLog index 53978d8078..1bb14a36df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2003-12-11 Greg Beaver + + * pear/PEAR/Dependency.php + pear/PEAR/Command/Package.php: + MFB + + * (PHP_4_3) + pear/PEAR/Dependency.php: + fix error message, it shouldn't attempt to display a version if none is + installed + + * (PHP_4_3) + pear/PEAR/Command/Package.php: + remove obsolete parameters to constructor + +2003-12-11 Ilia Alshanetsky + + * sapi/cli/php_cli.c: + Fixed extra byte allocation for STD* constants and replace magic numbers + with sizeof(). + + * ZendEngine2/zend.h: + Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants. + +2003-12-11 Greg Beaver + + * pear/PEAR/Common.php: + add missing not relation + +2003-12-11 Jani Taskinen + + * (PHP_4_3) + NEWS: + reword + +2003-12-11 Andrei Zmievski + + * pear/package-Console_Getopt.xml + pear/Console/Getopt.php: + MFB + + * (PHP_4_3) + pear/package-Console_Getopt.xml + pear/Console/Getopt.php: + Implement getopt2() method and keep BC for getopt(). + +2003-12-11 Marcus Boerger + + * ZendEngine2/zend_execute_API.c: + Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught + Exception + +2003-12-11 Greg Beaver + + * pear/System.php: + fix #391, PHP 5 reference fix + + * pear/tests/pear_packager.phpt: + add failure test for non-existing file + + * pear/tests/pear_packager.phpt: + new unit test for PEAR_Packager + +2003-12-11 Dmitry Stogov + + * ext/dom/tests/dom003.phpt: + Dir seaparator "\" was removed. + +2003-12-11 Edin Kadribasic + + * (PHP_4_3) + NEWS: + Mention new pgsql libs + + * ext/pgsql/pgsql.dsp: + MFB: Use standard header locations + +2003-12-11 Andi Gutmans + + * ZendEngine2/zend_execute.c: + - Refix bug #24773 + +2003-12-11 Edin Kadribasic + + * (PHP_4_3) + ext/pgsql/pgsql.dsp: + Standard header file locations + + * (PHP_4_3) + ext/pgsql/pgsql.c: + Nuke unused local vars + +2003-12-11 Marcus Boerger + + * ZendEngine2/zend_object_handlers.c: + Handle getter failure and allow to bypass thrown exceptions. + + * ZendEngine2/zend_execute.c: + read_dimension() handler might return 0, handle this. + +2003-12-11 Greg Beaver + + * pear/System.php + pear/package-Console_Getopt.xml + pear/package-PEAR.xml + pear/Console/Getopt.php + pear/scripts/pearcmd.php: + since nobody has taken any action, fix Console_Getopt to be BC, and update + the PEAR core to take advantage of the new way. Use 1.2 to avoid any + problems with versioning. + + The core passes all unit tests with these changes, so they should work. + + Andrei: feel free to change anything you don't like, this is just a make + it work fix. + + * pear/tests/pear_downloader_new.phpt + pear/tests/pear_downloader_old.phpt: + update test cases for new error messages + + * pear/tests/pear_installer5.phpt: + new test case for directory tree deletion on uninstall + 2003-12-10 Christian Stocker * ext/xsl/php_xsl.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1816d41a41..804a64e201 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,27 @@ +2003-12-11 Ilia Alshanetsky + + * zend.h: + Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants. + +2003-12-11 Marcus Boerger + + * zend_execute_API.c: + Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught + Exception + +2003-12-11 Andi Gutmans + + * zend_execute.c: + - Refix bug #24773 + +2003-12-11 Marcus Boerger + + * zend_object_handlers.c: + Handle getter failure and allow to bypass thrown exceptions. + + * zend_execute.c: + read_dimension() handler might return 0, handle this. + 2003-12-10 Marcus Boerger * zend_execute_API.c: -- 2.50.1