From: <changelog@php.net> Date: Thu, 31 Jan 2002 01:13:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fef8e31f7c8a8c369049477477435c2f9543f4c5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index edfe506890..02ccdc3b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2002-01-30 Edin Kadribasic <edink@proventum.net> + + * 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 <dank@deadmime.org> + + * ext/odbc/php_odbc.c: Fix for bug #14803 + +2002-01-30 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * sapi/servlet/README: Fugbix typo. Update path to /lib/optional. + +2002-01-30 Stig Bakken <ssb@fast.no> + + * 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 <thies@thieso.net> + + * ext/oci8/oci8.c: enable "user-interrupts" + 2002-01-29 Chuck Hagenbuch <chuck@horde.org> * pear/DB/mysql.php: