ID: 11941
Updated by: rasmus
Reported By: [EMAIL PROTECTED]
Old Status: 
Status: Closed
Bug Type: PostgreSQL related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

Fixed in CVS, thanks.

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

[2001-07-13 11:29:03] [EMAIL PROTECTED]

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)) {


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

[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