changelog Wed Oct 31 20:10:05 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.844 php4/ChangeLog:1.845
--- php4/ChangeLog:1.844 Tue Oct 30 20:11:06 2001
+++ php4/ChangeLog Wed Oct 31 20:10:04 2001
@@ -1,3 +1,62 @@
+2001-10-31 Chuck Hagenbuch <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended:
+ Synch with persistant -> persistent changes to ext/fbsql.
+
+2001-10-31 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * NEWS: Fix.
+
+2001-10-31 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/DB/STATUS
+ pear/DB/pgsql.php: added getListOf('functions') for postgres
+
+2001-10-31 Stig Bakken <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/java/java.c: Works now with phpize
+
2001-10-30 Jani Taskinen <[EMAIL PROTECTED]>
* sapi/servlet/config.m4: ws fix