From: Date: Sat, 12 Jan 2002 01:11:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b22425be17d64b785a889635b79461060600d5f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d172dba95d..f598c849d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-01-11 Jaroslaw Kolakowski + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: Added domxml_node_replace_node() function. + +2002-01-11 Rui Hirokawa + + * ext/mbstring/Makefile.in + ext/mbstring/config.m4 + ext/mbstring/mbregex.c + ext/mbstring/mbregex.h + ext/mbstring/mbstring.c + ext/mbstring/mbstring.h + ext/mbstring/php_mbregex.c: + Added multi-byte enabled regex functions. + +2002-01-11 Markus Fischer + + * ext/standard/file.c: + - mkdir(): made second (mode) parameter optional, default to 0777 + switched to zend_parse_parameters(). + +2002-01-11 Thomas V.V.Cox + + * pear/HTTP.php: + - Added HTTP::head($url) which sends a "HEAD" HTTP command to a server + and returns the headers as an associative array + - Call-time pass-by-reference fixes + + * pear/tests/pear1.phpt: + submit a test that will fail due to php bug #14744 + 2002-01-10 Frank M. Kromann * ext/fbsql/php_fbsql.c