changelog Wed Jan 30 20:13:44 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.940 php4/ChangeLog:1.941
--- php4/ChangeLog:1.940 Tue Jan 29 20:12:39 2002
+++ php4/ChangeLog Wed Jan 30 20:13:37 2002
@@ -1,3 +1,49 @@
+2002-01-30 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * acinclude.m4
+ configure.in
+ sapi/cli/Makefile.in:
+ Enable extensions to specify that they are not supposed to be
+ built with the CLI SAPI. This is done by passing "nocli" as the
+ 3rd parameter to PHP_EXTENSION macro.
+
+2002-01-30 Dan Kalowsky <[EMAIL PROTECTED]>
+
+ * ext/odbc/php_odbc.c: Fix for bug #14803
+
+2002-01-30 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * sapi/servlet/README: Fugbix typo. Update path to /lib/optional.
+
+2002-01-30 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/Makefile.in: * don't make command libs executable
+
+ * pear/scripts/pear-get.in
+ pear/scripts/pear.in
+ pear/scripts/pearcmd-common.php
+ pear/scripts/pearcmd-help.php
+ pear/scripts/pearcmd-info.php
+ pear/scripts/pearcmd-install.php
+ pear/scripts/pearcmd-list.php
+ pear/scripts/pearcmd-package.php
+ pear/scripts/pearcmd-remote-list.php
+ pear/scripts/pearcmd-show-config.php
+ pear/scripts/pearcmd-uninstall.php
+ pear/Makefile.in:
+ * modularize "pear" and "pear-get" commands somewhat. checking options
+ etc. is done for both in pearcmd-common.php.
+
+ * pear/PEAR/Common.php: * silence warning
+
+ * pear/HTML/Form.php: * XHTML fixes by Hans Westerbeek
+
+ * pear/package.dtd: * bring DTD up to date
+
+2002-01-30 Thies C. Arntzen <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c: enable "user-interrupts"
+
2002-01-29 Chuck Hagenbuch <[EMAIL PROTECTED]>
* pear/DB/mysql.php: