From: Date: Thu, 24 Jan 2002 01:14:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ac7a08bc8a610ba63615cf85180d5ef7cfbeb2e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 734a879513..9e01e02d12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2002-01-23 Vincent Blavet + + * pear/scripts/pearwin.php: * Add uninstall command + * Add list-installed command + +2002-01-23 Thomas V.V.Cox + + * pear/System.php: + Return false when the directory can not be created in mkDir() + + * pear/DB/tests/driver/.cvsignore: cvsignore + +2002-01-23 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: Fixing spelling error in FrontBase section + Changed som int to unsigned int to remove compiler warnings + + * php.ini-dist + php.ini-recommended: Fixing spelling error in FrontBase section + +2002-01-23 Sebastian Bergmann + + * win32/php4ts.dsw + win32/php4ts_cli.dsp: Add workspace to build CLI SAPI Module on Win32. + + * sapi/cli/php_cli.c: Give Edin Kadribasic his due credits. + +2002-01-23 Edin Kadribasic + + * sapi/cli/php_cli.c: + No need to dupe this string in cli sapi (Bug #15181). + +2002-01-23 Yasuo Ohgaki + + * EXTENSIONS: Added comment for pgsql module. + +2002-01-23 Hartmut Holzgraefe + + * EXTENSIONS: claiming maintainance ownership of ext/calendar + + * apidoc-zend.txt: added info about FETCH macros + (written over a year ago but somehow never commited) + 2002-01-22 Jaroslaw Kolakowski * ext/domxml/php_domxml.c: