]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 14 Apr 2001 01:09:21 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Sat, 14 Apr 2001 01:09:21 +0000 (01:09 +0000)
ChangeLog

index c773757a6ef534140adf2bf84b6b94119efd5957..0e87c4d63b549141fb8b99d3ba6dc6a88b654238 100644 (file)
--- 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: