Date: 08/18/00
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] php.net manual"
- Previous message: James Moore: "[PHP-DOC] pg_close()"
- In reply to: James Moore: "[PHP-DOC] pg_close()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
James Moore wrote:
>
> Found this in the manual errata, I know that with MySQL it is impossible to
> shut down a persistant connection, is pgsql the same as MySQL or does it act
> differently as I feel the docs need clarifying on this.
>
> Note From Errata:
> Does pg_close actually close a persistent connection or merely return it to
> the pool?
You can't close a persistent connection. There is no mysql_pclose(). If
you need to close a connection so don't use a mysql_pconnect() use a
mysql_connect() instead.
-Egon
-- SIX Offene Systeme GmbH · Stuttgart - Berlin - New York Sielminger Straße 63 · D-70771 Leinfelden-Echterdingen Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de
- Next message: Rasmus Lerdorf: "Re: [PHP-DOC] php.net manual"
- Previous message: James Moore: "[PHP-DOC] pg_close()"
- In reply to: James Moore: "[PHP-DOC] pg_close()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

