ID:               12513
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
-Bug Type:         Feature/Change Request
+Bug Type:         MySQL related
 Operating System: Linux
 PHP Version:      4.0.6
 New Comment:

this is a bug, not a feature request.


Previous Comments:
------------------------------------------------------------------------

[2001-08-01 09:07:32] [EMAIL PROTECTED]

reclassified

------------------------------------------------------------------------

[2001-08-01 09:06:41] [EMAIL PROTECTED]

When using mysql_pconnect() the connection to the database (abviously)
persists.

This has the site-effect that open transactions at the end of the page
request remain open if you do not explicitly commit/rollback the
transaction.

This can happen very easily if you have an error in your script.

The Postgres driver does an automatic rollback at request shutdown, the
mysql driver should do the same.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=12513&edit=1

Reply via email to