]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 13 Jan 2002 01:10:35 +0000 (01:10 +0000)
committer <changelog@php.net> <>
Sun, 13 Jan 2002 01:10:35 +0000 (01:10 +0000)
ChangeLog

index f598c849d60ce5a4fb928a8bcf66a0b874ba0371..a51ed96ac8991f94f1ef819a23c21d12b5ef740e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2002-01-12  Edin Kadribasic  <edink@proventum.net>
+
+    * sapi/cli/Makefile.in:
+    Fixed CLI build when the main SAPI is built as a shered library.
+
+    * Makefile.in
+      acinclude.m4
+      configure.in
+      sapi/cli/.cvsignore
+      sapi/cli/Makefile.in
+      sapi/cli/config.m4: Modified the build system to always build CLI SAPI.
+
+2002-01-12  Gavin Sherry  <swm@linuxworld.com.au>
+
+    * ext/dba/dba_db2.c:
+    My bad. Left some stray debugging code in previous commit.
+
+    * ext/dba/dba_db2.c: See the update to dba_db3.c
+
+    * ext/dba/dba_db3.c:
+    This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, 11732). The bug originates from the fact that mode "c" for db3 sets 'type' to DB_UNKNOWN and mode DB_CREATE when the database already exists. The underlying library raises an error at this logical discrepancy: obviously one cannot create a database of unknown type.
+
+2002-01-12  Vlad Krupin  <phpdevel@echospace.com>
+
+    * ext/imap/php_imap.c:
+    Fixed segfault in imap_bodystruct() when called with an invalid message
+    number. Now it fails with a warning instead.
+
 2002-01-11  Jaroslaw Kolakowski  <J.Kolakowski@students.mimuw.edu.pl>
 
     * ext/domxml/php_domxml.c