Re: [PHP] Close persistent db-Connection

2001-03-12 Thread Nuno Silva
Hi, you can't close it :) If the connection is persistent pg_close() instructions are ignored (this is also true for other persistent connections and their respective close() instructions). You can do it in the shell sending USR1 to httpd (killall -USR1 httpd) or by restarting apache (apachec

[PHP] Close persistent db-Connection

2001-03-12 Thread Carola Meyberg
I cannot find out how I can manually close a persistent Postgres Database Connection that has been established by pg_pconnect. I believe pg_close only closes non-persistent connections. Does anyone know how to do this? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [