From: Date: Thu, 1 Nov 2001 01:10:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deeb3407ff33d21b19acb69c24a884f4d0a654a0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bcd6c2a728..c2a2fa7939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2001-10-31 Chuck Hagenbuch + + * pear/Mail/RFC822.php: + validateMailbox() is a useful function to export. I'm changing it back to + the old name and marking it as public. + +2001-10-31 Sebastian Bergmann + + * php.ini-dist + php.ini-recommended: + Synch with persistant -> persistent changes to ext/fbsql. + +2001-10-31 Thomas V.V.Cox + + * pear/DB/tests/mysql/13limit.phpt + pear/DB/tests/pgsql/12limit.phpt + pear/DB/tests/limit.inc: added test for row limit support + + * pear/DB/ibase.php + pear/DB/oci8.php + pear/DB/mysql.php + pear/DB/common.php + pear/DB/pgsql.php: + First implementation of the Row Limit support for Pear. All backends + supports it except Oracle and Interbase (for the moment) + +2001-10-31 Andrei Zmievski + + * NEWS: Fix. + +2001-10-31 Thomas V.V.Cox + + * pear/DB/STATUS + pear/DB/pgsql.php: added getListOf('functions') for postgres + +2001-10-31 Stig Bakken + + * pear/PEAR/Remote.php: * pearweb xmlrpc layer now handles PEAR errors + + * pear/DB/tests/db_error.phpt + pear/DB/tests/db_error2.phpt + pear/PEAR/Registry.php + pear/tests/pear_error.phpt: * update tests + + * pear/PEAR.php: * removed error_prepend and error_append properties + + * pear/PEAR.php: renamed "debuginfo" property declaration to "userinfo" + + * pear/PEAR/Installer.php + pear/PEAR/Packager.php + pear/PEAR/Registry.php + pear/scripts/pear.in: + * added "pear info" and "pear show-config" commands + * "pear install" now using the package registry + +2001-10-31 Jani Taskinen + + * ext/java/java.c: Works now with phpize + 2001-10-30 Jani Taskinen * sapi/servlet/config.m4: ws fix