[PHP-DEV] Bug #11941: Not checking allow_persistent From: sthomas <email protected>
Date: 07/06/01

From: sthomas <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>