Date: 07/06/01
- Next message: a.genkin <email protected>: "[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir"
- Previous message: jason <email protected>: "[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: a.genkin <email protected>: "[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir"
- Previous message: jason <email protected>: "[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

