From: gomar dot bijl at bu400 dot nl Operating system: win2k PHP version: 5.0.3 PHP Bug Type: ODBC related Bug description: Multiple connections
Description: ------------ Multiple connections to the same db is'n't possible. As far as I have understood this is accepted in the documentation, but I consider it is as a bug. It is Quite commen that you want more than one connection to the same DB, isn't it. E.G.: We need, at least two connections: One for de DB mutation in a DB-transaction sequence (commit/Rollback) and a second connections for writing LOG-records. And you never want a ROLLBACK of an writen LOG-record. I use MS-access, Oracle or DB2. Reproduce code: --------------- odbc_Connect() Expected result: ---------------- You can have several connections to the same DB. And so that can set up each connection differently. (e.g. With or without autocommit) -- Edit bug report at http://bugs.php.net/?id=33797&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=33797&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=33797&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=33797&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=33797&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=33797&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=33797&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=33797&r=needscript Try newer version: http://bugs.php.net/fix.php?id=33797&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=33797&r=support Expected behavior: http://bugs.php.net/fix.php?id=33797&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=33797&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=33797&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=33797&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=33797&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=33797&r=dst IIS Stability: http://bugs.php.net/fix.php?id=33797&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=33797&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=33797&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=33797&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=33797&r=mysqlcfg
