From: Date: Sat, 14 Apr 2001 01:09:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df66aaf3717d2051c4f283d770915790aa51bb2f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c773757a6e..0e87c4d63b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2001-04-13 Derick Rethans + + * TODO-4.1.txt: - Added the note about function names + +2001-04-13 Stig Bakken + + * ChangeLog.1999.gz + ChangeLog.2000.gz: + * separated and compressed changelogs from 1999 and 2000 + + * pear/tests/pear1.phpt + pear/PEAR.php.in: + * PEAR: look for destructor methods in parent classes if + the current class does not have one + + * pear/DB/mysql.php: + * better error message on failed connect, suggested by Thomas V.V.Cox + + * TODO-4.1.txt: here's a preliminary list of stuff for 4.1 + +2001-04-13 Thies C. Arntzen + + * ext/standard/string.c: - Fixed crash in pathinfo() + + * ext/oci8/oci8.c + ext/oci8/php_oci8.h: - OCI8 now supports binding of collections + (Patch by Andy Sautins ) + +2001-04-13 Wez Furlong + + * ext/gd/config.m4 + ext/gd/gd.c + ext/gd/php_gd.h: Added GD 2.0.1 support. + 2001-04-12 Chuck Hagenbuch * pear/HTML/Select.php: