ID: 12724 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: Linux (RH 7.1) PHP Version: 4.0.4pl1 New Comment: This should be fixed in php 4.0.6. Please reopen if it still does not work correctly for you. Derick Previous Comments: ------------------------------------------------------------------------ [2001-08-13 17:27:36] [EMAIL PROTECTED] I rechecked the bug database and there are other reports which seem to complain about the same problem. When my web page performs a pconnect it should connect to the previous process, if the process has been callesd with the same parameters (dbname, name, password, port). I am running phpgroupware, and the php interpreter generated new connections (processes) when there were idle ones around. ------------------------------------------------------------------------ [2001-08-13 15:15:14] [EMAIL PROTECTED] I created a persistent connection to postgres (7.03). I establish a connection for every page opened. This in turn creates a new process (ps -aux|grep postgres) which it should not. I pass the connection parameters as one string. (I printed the string out to make sure it did not change); ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12724&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]