]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 12 Apr 2001 01:09:18 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Thu, 12 Apr 2001 01:09:18 +0000 (01:09 +0000)
ChangeLog

index 73e41e1d45394fee14f264cb91a726a52b4a846f..cb1d4cc7e066d57aaa261d6d96b3d6dd5b7bb7e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2001-04-11  Thies C. Arntzen  <thies@thieso.net>
+
+    * ext/oci8/oci8.c: MFH - never initialize OCI in OCI_THREADED mode
+
+    * ext/oci8/oci8.c:
+    never initialize oci in OCI_THREADED mode. seems to break win32.
+
+2001-04-11  Marc Boeren  <M.Boeren@guidance.nl>
+
+    * ext/dbx/dbx.c
+      ext/dbx/dbx_mysql.c
+      ext/dbx/dbx_mysql.h
+      ext/dbx/dbx_odbc.c
+      ext/dbx/dbx_odbc.h
+      ext/dbx/dbx_pgsql.c
+      ext/dbx/dbx_pgsql.h
+      ext/dbx/php_dbx.h:
+    Added a database member to the dbx_link object. Since e.g. mysql reuses
+    connections, two or more dbx_link objects may share the connection
+    identifier. The database name is used in the dbx_query, where it calls
+    mysql_db_query instead of mysql_query.
+    This means the database name has to be passed around to all dbx_xxx_query
+    functions, hence the update on all the files. (Mc)
+
 2001-04-10  Jason Greene  <jason@inetgurus.net>
 
     * ext/sockets/sockets.c: MFH, I have tested this thoroughly.