changelog Sat Feb 23 20:21:35 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.963 php4/ChangeLog:1.964
--- php4/ChangeLog:1.963 Fri Feb 22 20:24:50 2002
+++ php4/ChangeLog Sat Feb 23 20:21:33 2002
@@ -1,3 +1,58 @@
+2002-02-23 Markus Fischer <[EMAIL PROTECTED]>
+
+ * ext/xslt/sablot.c:
+ - Fix info output (Peter Neuman <[EMAIL PROTECTED]>).
+
+2002-02-23 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/package.dtd:
+ DTD corrections (make it require minimal data for installer)
+
+2002-02-23 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Command/Common.php
+ pear/PEAR/Command/Install.php
+ pear/PEAR/Command.php
+ pear/PEAR/CommandResponse.php
+ pear/PEAR/Packager.php:
+ * started implementing new "cross-environment" command API
+
+2002-02-23 Holger Zimmermann <[EMAIL PROTECTED]>
+
+ * sapi/pi3web/pi3web_sapi.h
+ sapi/pi3web/pi3web_sapi.c:
+ Fixed functionality to read in server variables.
+
+2002-02-23 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * pear/DB/MAINTAINERS
+ pear/DB/pgsql.php: updated message format for PostgreSQL 7.2.
+
+2002-02-23 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/README: Point readers to pear web
+
+ * pear/TODO: outdated TODO not needed for the moment
+
+2002-02-23 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * NEWS: NEWS updated.
+
+ * ext/mbstring/mbstring.c
+ ext/gd/config.m4
+ ext/fdf/Makefile.in:
+ - fixed configuration problem as shared extension for fdf.
+ - fixed configuration problem as shared extension for gd with freetype1.
+ - default output encoding of mbstring changed to pass to fix initialization
+problem.
+
+ * ext/gd/config.m4: fixed configure error with freetype1.
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/php_mbregex.c:
+ fixed a comment and default output encoding changed to pass.
+
+ * ext/mbstring/mbfilter.c: php.h included.
+
2002-02-22 Christian Stocker <[EMAIL PROTECTED]>
* pear/HTML/ITX.php: E_ALL fix