changelog Wed Jan 23 20:14:29 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.933 php4/ChangeLog:1.934
--- php4/ChangeLog:1.933 Tue Jan 22 20:12:18 2002
+++ php4/ChangeLog Wed Jan 23 20:14:28 2002
@@ -1,3 +1,46 @@
+2002-01-23 Vincent Blavet <[EMAIL PROTECTED]>
+
+ * pear/scripts/pearwin.php: * Add uninstall command
+ * Add list-installed command
+
+2002-01-23 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * sapi/cli/php_cli.c:
+ No need to dupe this string in cli sapi (Bug #15181).
+
+2002-01-23 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * EXTENSIONS: Added comment for pgsql module.
+
+2002-01-23 Hartmut Holzgraefe <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/domxml/php_domxml.c: