ID: 12513 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: MySQL related Operating System: Linux PHP Version: 4.0.6 -Assigned To: +Assigned To: zak New Comment:
Looks like something for Zak to check... Previous Comments: ------------------------------------------------------------------------ [2002-04-27 15:52:08] [EMAIL PROTECTED] this is a bug, not a feature request. ------------------------------------------------------------------------ [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