|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-07-06 18:02 UTC] sthomas at townnews dot com
Probably just an oversight, here's the patch:
355c355,356
< if (persistent) {
---
>
> if (persistent && PGG(allow_persistent)) {
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
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)) {