From: Date: Thu, 13 Dec 2001 01:13:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a21e6bcbe2c81d600d8cfc8e1c73facb7621376;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0d4adf5412..46417eaaf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2001-12-12 Hartmut Holzgraefe + + * ext/skeleton/create_stubs: editor preferences for XML files updated + +2001-12-12 Andrei Zmievski + + * pear/pear.m4: + Always output config.nice for standalone extensions. (Really helps with + PHP-GTK). + +2001-12-12 Sascha Schumann + + * ext/ircg/ircg.c: Fix warnings and time_t/struct timeval braino + +2001-12-12 Jani Taskinen + + * ext/ming/config.m4: Fixed a typo and added [] around the message text. + + * ext/ming/ming.c: More ZTS fixes. + + * ext/ming/config.m4 + ext/ming/ming.c: Fixed some compile problems (in ZTS mode) + +2001-12-12 Ulf Wendel + + * pear/HTML/ITX.php: + remove surrounding " and ' from the macro call arguments + + * pear/HTML/IT.php: Bugfix: "untouch" touched blocks on parse + +2001-12-12 Andrei Zmievski + + * ext/overload/overload.c: + Since PHP method names are case-insensitive, we have to fold access to 'FOO' + and 'foo' properties into a call to the same accessor. + + * ext/overload/overload.c + ext/overload/php_overload.h: + Ack, apparently in statically linked-in extensions we have to clean the + hash of overloaded classes on request shutdown. Also, added some fold + markers and rearranged some defines. + +2001-12-12 Stig Bakken + + * ext/standard/versioning.c: return boolean where appropriate + + * pear/scripts/pear.in: * implemented "upgrade" + * report install/uninstall errors + + * pear/Makefile.in: * install PEAR/Autoloader.php + + * pear/PEAR/Installer.php: * implemented upgrade + + * pear/PEAR/Registry.php: + * PEAR_Registry::updatePackage now takes an optional 2nd arg for + replacing package info instead of merging + + * pear/PEAR/Remote.php: * make do without overload function + 2001-12-11 Thomas V.V.Cox * pear/scripts/pear.in: fixed bug #14414