From: Date: Wed, 7 Nov 2001 01:10:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8d6e9463573b7e7d20bdb792bd424726ef21cdc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f03fa146d4..f0098253fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2001-11-06 Chuck Hagenbuch + + * pear/Log.php: fix the singleton and factory methods for + a). php 4.0.6 (where include_once might return false) + b). to use references and not copy so many objects + + * pear/Mail/smtp.php: fix typo. + +2001-11-06 Jon Parise + + * ext/standard/assert.c: It doesn't look like we use a fourth pointer. + +2001-11-06 Thomas V.V.Cox + + * pear/DB/oci8.php: typo: modifyQuery -> modifyLimitQuery + +2001-11-06 MySQL Team + + * ext/mysql/libmysql/charset.c + ext/mysql/libmysql/libmysql.c: + (PHP mysql_connect) Removed warning message regarding NONEXISTENT character + set, when the server's default character set != latin1. + +2001-11-06 Chuck Hagenbuch + + * pear/Mail/smtp.php: + these should all be checking for PEAR::isError(), not ! ... + + * pear/DB/odbc.php: + this code _does_ work on versions of php without version_compare. + also, silence an odbc_exec() call with an @ - we check for errors already. + +2001-11-06 Jon Parise + + * ext/sockets/php_sockets.h: Include for 'struct sockaddr'. + + +2001-11-06 Sterling Hughes + + * ext/dio/.cvsignore + ext/dio/EXPERIMENTAL + ext/dio/Makefile.in + ext/dio/config.m4 + ext/dio/dio.c + ext/dio/php_dio.h + ext/dio/tests/001.phpt: + Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling) + +2001-11-06 Thomas V.V.Cox + + * pear/scripts/pear.in + pear/PEAR/Packager.php + pear/PEAR/Common.php: E_ALL fixes + 2001-11-05 Sergey Kartashoff * ext/mnogosearch/php_mnogo.c