changelog Mon Jan 21 20:16:19 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.931 php4/ChangeLog:1.932
--- php4/ChangeLog:1.931 Sun Jan 20 20:14:50 2002
+++ php4/ChangeLog Mon Jan 21 20:16:18 2002
@@ -1,3 +1,48 @@
+2002-01-21 Jaroslaw Kolakowski <[EMAIL PROTECTED]>
+
+ * ext/domxml/php_domxml.h
+ ext/domxml/php_domxml.c:
+ Added domxml_substitute_entities_default() function
+
+2002-01-21 Chris Jarecki <[EMAIL PROTECTED]>
+
+ * ext/domxml/php_domxml.c:
+ - fixed bug caused by libxml2 in xpath_register_ns()
+ - registered namespaces are now persistent
+
+2002-01-21 Jon Parise <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * pear/HTML/IT.php: * Add possibility to load external files in template.
+ (Patch by Christian Dickmann <[EMAIL PROTECTED]>.)
+
+2002-01-21 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/odbc/php_odbc.c: this closes off a number of ODBC bugs.
+
+2002-01-21 Derick Rethans <[EMAIL PROTECTED]>
+
+ * main/network.c:
+ - Fix for bug #15057: getimagesize() crashes when offline (on MacOSX)
+
+2002-01-21 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/pgsql/pgsql.c: Fixed typo and proto
+
2002-01-20 Edin Kadribasic <[EMAIL PROTECTED]>
* sapi/cgi/cgi_main.c: