From: Date: Thu, 12 Apr 2001 01:09:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26395fe31d01e431a80ac694933c5a5e4e67332e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 73e41e1d45..cb1d4cc7e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-04-11 Thies C. Arntzen + + * 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 + + * 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 * ext/sockets/sockets.c: MFH, I have tested this thoroughly.