I've changed pgsql.allow_persistent
to Off
in /etc/php.ini
, and restarted apache.
Now I'm getting identical pg handles for two consecutive pg_connect
.
Array
(
[0] => Resource id #14
[1] => Resource id #14
)
My question is, is php still using persistent connections, and what should be done if answer is yes.