From: Date: Sun, 13 Jan 2002 01:10:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c3d2275ff7b44ae28cd90594362829a87b161f2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f598c849d6..a51ed96ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2002-01-12 Edin Kadribasic + + * 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 + + * 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 + + * 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 * ext/domxml/php_domxml.c