From: M dot Hankus at ce3 dot pl Operating system: Linux PHP version: 4.3.1 PHP Bug Type: PostgreSQL related Bug description: Persistent connections not closed
Recently I upgraded postgresql and php (to postgresql 7.3.2 and php 4.3.1) and encountered problem with persistent connections. phpinfo says that: Active Persistent Links =1 Active Links = 1 but pgmonitor (tool for monitoring postgresql) reports at the same time that there is 5 open connection (number grows to number of allowed connections by postgresql in my case 70, but pgsql.max_links is set to 15 so it should never happen). -- Edit bug report at http://bugs.php.net/?id=22685&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22685&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22685&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22685&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22685&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22685&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22685&r=support Expected behavior: http://bugs.php.net/fix.php?id=22685&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22685&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22685&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22685&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22685&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22685&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22685&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22685&r=gnused
