ID: 11941
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: Not checking allow_persistent
Status: Open
Bug Type: PostgreSQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

PHP isn't checking Postgres's allow_persistent config
variable.  It's probably an oversight.  Here's the
patch for php4.0.6

372c372
<       if (persistent) {
---
>       if (persistent && PGG(allow_persistent)) {


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

[2001-07-06 18:02:01] [EMAIL PROTECTED]

Probably just an oversight, here's the patch:

355c355,356
<       if (persistent) {
---
>
>       if (persistent && PGG(allow_persistent)) {


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



Edit this 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]

Reply via email to