From 0d1ce8b71028a51475d402baf8935bdda8781deb Mon Sep 17 00:00:00 2001 From: Date: Fri, 4 Jan 2002 01:14:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index a13e82ee66..a67d14cb16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2002-01-03 Frank M. Kromann + + * ext/mssql/php_mssql.c: + Making error handling thread safe. Thanks to Paco Ortiz + +2002-01-03 Hartmut Holzgraefe + + * 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 + + * 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 + + * ext/standard/dir.c: protos fixes by Wolfgang Drews + +2002-01-03 Egon Schmid + + * ext/ftp/php_ftp.c: + Please, no punctuation mark at the end of the description. + 2002-01-02 Zak Greant * ext/standard/basic_functions.c: -- 2.50.1