summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2001-04-14 01:09:21 +0000
committer <changelog@php.net>2001-04-14 01:09:21 +0000
commitdf66aaf3717d2051c4f283d770915790aa51bb2f (patch)
tree91682ae1b26dc8a44556b57e6fadae09f066e91f /ChangeLog
parentf96477443ebb01b1f59a959227440f7ae1a5dfa8 (diff)
downloadphp-git-df66aaf3717d2051c4f283d770915790aa51bb2f.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c773757a6e..0e87c4d63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2001-04-13 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * TODO-4.1.txt: - Added the note about function names
+
+2001-04-13 Stig Bakken <ssb@fast.no>
+
+ * 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 <thies@thieso.net>
+
+ * 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 <asautins@veripost.net>)
+
+2001-04-13 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/gd/config.m4
+ ext/gd/gd.c
+ ext/gd/php_gd.h: Added GD 2.0.1 support.
+
2001-04-12 Chuck Hagenbuch <chuck@horde.org>
* pear/HTML/Select.php: