changelog               Sat Jan 12 20:10:36 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.922 php4/ChangeLog:1.923
--- php4/ChangeLog:1.922        Fri Jan 11 20:11:02 2002
+++ php4/ChangeLog      Sat Jan 12 20:10:35 2002
@@ -1,3 +1,31 @@
+2002-01-12  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * ext/domxml/php_domxml.c


Reply via email to