From: Date: Thu, 30 May 2002 00:24:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_OBJECTS_STORE~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e996b83167134fa42c31ce97f9867001f6f6549c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c05dde145b..d5fd722613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2002-05-29 Jan Lehnardt + + * pear/PEAR.php: - minor improvement of readability, + + * pear/PEAR.php: + - added delExpect() API method. It allows to unset one or more expected + - error codes. + - requires _checkDelExpect() (private) which I added as well. + - inspired by chregu (PHP-Deluxe, page 75) + +2002-05-29 Christian Dickmann + + * pear/PEAR/Command/Install.php + pear/PEAR/Frontend/CLI.php + pear/PEAR/Installer.php + pear/PEAR/Common.php: fix a bug and add UI::log + +2002-05-29 Den V. Tsopa + + * ext/mbstring/mbfilter.c: Added GB2312 alias for CN-GB + +2002-05-29 Derick Rethans + + * ext/imap/php_imap.c: - Fix for bug #17503 + +2002-05-29 Venkat Raghavan S + + * netware/mktemp.h + netware/sys/stat.h + netware/tsrm.mak: Changes to build TSRM on NetWare + +2002-05-29 Den V. Tsopa + + * ext/mbstring/mbfilter_ru.c: Fixed some dummy errors. (dets) + +2002-05-29 Venkat Raghavan S + + * netware/zend.mak: Changes to build Zend on NetWare + +2002-05-29 Stig Bakken + + * pear/PEAR/Command.php: * no longer test on whether displayLine exists + + * pear/PEAR/Builder.php + pear/PEAR/Command/Build.php: + * build extensions in /var/tmp/pear-build-$USER/extname-n.n + * copy built .so files + + * pear/PEAR/Command/Registry.php: * folding marks + + * pear/PEAR/Common.php: * make PEAR_Common::log work with the new UI API + + * pear/PEAR/Frontend/CLI.php: + * for now, provoke php errors on calls to the old methods + 2002-05-28 Andrei Zmievski * acinclude.m4: Fix a bug in case statement.