From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: PostgreSQL related Bug description: Not checking allow_persistent Probably just an oversight, here's the patch: 355c355,356 < if (persistent) { --- > > if (persistent && PGG(allow_persistent)) { -- Edit Bug report at: http://bugs.php.net/?id=11941&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]