Subject Re: Live time of persistent connections
Author Umberto
--- In firebird-php@yahoogroups.com, "ck1625" <ch.kaufmann@...> wrote:
>
> Hi,
>
> I use Apache 2.2.11, PHP 5.2.0, Firebird 2.5rc2 on a Windows server.

PHP ibase_pconnect() uses pooled permanent connections.
Transactions are implicitly committed or rolled back (see configuration) at end of script, but connections are retained live and reused between scripts run.
Note that it's not PHP, but Apache that keeps alive connections.
If you want release connctions, you need to restart Apache server.