changelog               Tue Nov  6 20:10:11 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.850 php4/ChangeLog:1.851
--- php4/ChangeLog:1.850        Mon Nov  5 20:10:55 2001
+++ php4/ChangeLog      Tue Nov  6 20:10:10 2001
@@ -1,3 +1,57 @@
+2001-11-06  Chuck Hagenbuch  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/standard/assert.c: It doesn't look like we use a fourth pointer.
+
+2001-11-06  Thomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/oci8.php: typo: modifyQuery -> modifyLimitQuery
+
+2001-11-06  MySQL Team  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/sockets/php_sockets.h: Include <sys/socket.h> for 'struct sockaddr'.
+
+
+2001-11-06  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * pear/scripts/pear.in
+      pear/PEAR/Packager.php
+      pear/PEAR/Common.php: E_ALL fixes
+
 2001-11-05  Sergey Kartashoff  <[EMAIL PROTECTED]>
 
     * ext/mnogosearch/php_mnogo.c


Reply via email to