Mantis - Quercus
Viewing Issue Advanced Details
2671 major always 05-16-08 06:49 05-29-08 10:52
dberry  
ferg  
normal  
closed 3.1.6  
fixed  
none    
none 3.1.7  
0002671: BUG #0001497 has reappeared somewhere between 3.1.1 (working) and 3.1.6(Not working)
Tried to upgrade from 3.1.1 to 3.1.6, Found a bug that I reported in 3.1.0 has resurfaced

Basically you are assuming that php programmers use only one connection and are caching that connection, yet you allow a person to close the cached connection and then when it is requested again you send back a closed connection to the program.

This test case uses perfectly acceptable php code. php allows you to manage connections. You should too.

Looks like I am going back to 3.1.1
I have added my test case below
 testAutoCommit.php [^] (1,197 bytes) 05-16-08 06:49

Notes
(0003110)
ferg   
05-29-08 10:52   
php/143e