From: Date: Tue, 22 Jan 2002 01:16:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a78516686dda888dfb0599c39cc881bd695de22;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0d1b19f6f0..ff8d302432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2002-01-21 Jaroslaw Kolakowski + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: + Added domxml_substitute_entities_default() function + +2002-01-21 Chris Jarecki + + * ext/domxml/php_domxml.c: + - fixed bug caused by libxml2 in xpath_register_ns() + - registered namespaces are now persistent + +2002-01-21 Jon Parise + + * pear/Archive/Tar.php + pear/Makefile.in: + Adding Archive/Tar.php to php4/pear/. This is needed in order for the + phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense + to make Archive/Tar.php a standard component. + +2002-01-21 Martin Jansen + + * pear/HTML/IT.php: * Add possibility to load external files in template. + (Patch by Christian Dickmann .) + +2002-01-21 Hartmut Holzgraefe + + * acinclude.m4: removed check macros no longer needed due to CLI work + (plus reverting last commit, was in wrong dir :( ) + + * acinclude.m4: removed check macros no longer needed due to CLI work + +2002-01-21 Dan Kalowsky + + * ext/odbc/php_odbc.c: this closes off a number of ODBC bugs. + +2002-01-21 Derick Rethans + + * main/network.c: + - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX) + +2002-01-21 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: Fixed typo and proto + 2002-01-20 Edin Kadribasic * sapi/cgi/cgi_main.c: