From 7ce2b21354494bc9623b379a335cf1af76a07484 Mon Sep 17 00:00:00 2001 From: Date: Wed, 23 Jan 2002 01:12:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/ChangeLog b/ChangeLog index ff8d302432..734a879513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-01-22 Jaroslaw Kolakowski + + * ext/domxml/php_domxml.c: + Simplified domxml_substitute_entities_default() function + +2002-01-22 Sterling Hughes + + * ext/curl/curl.c: just init CURL_GLOBAL_SSL + +2002-01-22 Thomas V.V.Cox + + * pear/DB/ibase.php: + - Fix a problem with the cast to array from ibase_fetch_object + (reported by Ludovico Magnocavallo ) + - Removed old, unsupported, unused DB_ibase->fetchRow() + (remember that fetchRow is a method from DB_result not DB_driver) + +2002-01-22 Jan Lehnardt + + * pear/File/Find.php: - whitespace fix + + * pear/File/Find.php: + - initialize $matches to avoid error message on unset variable + if no matches are found. + +2002-01-22 Christian Stocker + + * ext/domxml/php_domxml.c: + Getting rid of some compile warnings (thanks to markus for pointing me in the right direction :) ) + +2002-01-22 Sean Bright + + * ext/standard/string.c: + Fix for bug #15130. Way too much effort for this bug, but cleaned up code + a bit, use zend_parse_parameters(), etc, etc. We only look for extensions + in the basename, not the full path. + 2002-01-21 Jaroslaw Kolakowski * ext/domxml/php_domxml.h -- 2.40.0