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

index 3ba1af8e8c7039bb85f7eb4244a727d518a8687d..a4e5929bcef188c5e23728f3029741e9c413cca8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2001-04-18  Stig Bakken  <ssb@fast.no>
+
+    * pear/DB.php: * fix handling of broken DSNs like Colin suggested
+
+2001-04-18  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/mcrypt/mcrypt.c: - MFH (bug #8839 again)
+
+    * ext/mcrypt/mcrypt.c:
+    - Fixed some more problems with keys being chopped off (fix for bug #8839)
+
+2001-04-18  Adam Dickmeiss  <adam@indexdata.dk>
+
+    * ext/yaz/php_yaz.c:
+    Function yaz_record returns database for record if type is "database".
+
+2001-04-18  Marc Boeren  <M.Boeren@guidance.nl>
+
+    * ext/dbx/dbx_pgsql.c: Removed some old commented code (Mc)
+
+    * ext/dbx/dbx.c
+      ext/dbx/dbx.h:
+    Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in
+    the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a
+    string "number" is now no longer valid. (Mc)
+
+2001-04-18  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/ircg/ircg.c
+      ext/ircg/php_ircg.h:
+    Support notice which should be used to query bots etc.
+
+2001-04-18  Wez Furlong  <wez.php@thebrainroom.com>
+
+    * README.STREAMS: Information about php streams
+
+2001-04-18  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * ext/mcrypt/mcrypt.c: - MFH (Bug #8839)
+
 2001-04-17  Sascha Schumann  <sascha@schumann.cx>
 
     * ext/ircg/ircg.c: