summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-02-07 01:13:14 +0000
committer <changelog@php.net>2002-02-07 01:13:14 +0000
commit6b9790f63197f9243b1b3eb4186c567c78135b6e (patch)
tree4a09fdd15fd6132ce547ae1cc7a580bfe61c1585 /ChangeLog
parent9d0f7ba3b5f153fd532b7c1054762f9c4738deb5 (diff)
downloadphp-git-6b9790f63197f9243b1b3eb4186c567c78135b6e.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf8ee3481..e5931d9878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2002-02-06 Frank M. Kromann <frank@frontbase.com>
+
+ * ext/fbsql/php_fbsql.c:
+ Convert pLists to output character set before parsing the list
+
+ * ext/fbsql/php_fbsql.c: Added order by clause in fbsql_list_tables().
+ Table names will now be sorted.
+
+ * ext/fbsql/php_fbsql.c
+ ext/fbsql/php_fbsql.h:
+ Adding fbsql_table_name() aliased fbsql_tablename() for compatibility with MySQL
+
+2002-02-06 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/odbc/config.m4: - Fix for bug 15404
+
+2002-02-06 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
+
+ * ext/mbstring/mbstring.c: Remove unused line
+
+ * ext/mbstring/mbstring.c: Fixed crash with mb_output_handler()
+ When mb_output_hanlder is applied muiltiple times, PHP does not output.
+ This should be fixed also.
+
+2002-02-06 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/System.php:
+ added 'System::type()' (show the full path of a command)
+ Copied almost verbatim from Stig's PEAR_Dependency::checkProgram()
+
+2002-02-06 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
+
+ * ext/pgsql/pgsql.c
+ ext/pgsql/php_pgsql.h: Clean up code.
+ Removed PHP_PGSQL_API macro.
+ Define pgsql_globals_id
+
+ * ext/pgsql/pgsql.c
+ ext/pgsql/php_pgsql.h: Make module specified functions to static.
+ Added TSRMLS_D/C, get rid of one TSRMLS_FETCH.
+
2002-02-05 Andi Gutmans <andi@zend.com>
* ext/wddx/wddx.c