From: [EMAIL PROTECTED] Operating system: Linux (RH 7.1) PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: persistent connections with postgres 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 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]