changelog               Thu Jan  3 20:14:06 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.912 php4/ChangeLog:1.913
--- php4/ChangeLog:1.912        Wed Jan  2 20:14:17 2002
+++ php4/ChangeLog      Thu Jan  3 20:14:02 2002
@@ -1,3 +1,41 @@
+2002-01-03  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/mssql/php_mssql.c:
+    Making error handling thread safe. Thanks to Paco Ortiz <[EMAIL PROTECTED]>
+
+2002-01-03  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * acinclude.m4
+      configure.in:
+    make configure more robust if extensions add libraries without
+    checking for their existance first
+
+    old behaviour was to fail on the next library check with misleading
+    messages, now configure will work but make will fail with a
+    'lib not found' message
+
+    * ext/standard/string.c:
+    fix for bug #14832: basename with 2nd parm corrupts source string
+
+2002-01-03  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * ext/ftp/php_ftp.c: - Now use ZE's builtin zend_zval_type_name().
+
+    * ext/domxml/php_domxml.c:
+    - domxml_node_add_child(): Perform deep copy before adding child to prevent
+      double memory freeing.
+
+    * ext/ftp/php_ftp.c: - FTP_BINARY is more common instead of FTP_IMAGE.
+
+2002-01-03  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+    * ext/standard/dir.c: protos fixes by Wolfgang Drews
+
+2002-01-03  Egon Schmid  <[EMAIL PROTECTED]>
+
+    * ext/ftp/php_ftp.c:
+    Please, no punctuation mark at the end of the description.
+
 2002-01-02  Zak Greant  <[EMAIL PROTECTED]>
 
     * ext/standard/basic_functions.c:


Reply via email to