Subject Re: InterBase and PHP
Author Fabrice Aeschbacher
Hello Bernhard,

We are using Firebird 1.0 beta2 and PHP 4.0.4 too. The info you gave
is meaningful for us, thanks.

By the way, I experienced an other problem with the connection dll:
the pconnect method (ibase_pconnect(), or ADODB->pconnect() ) seems
to be buggy, since it does not share db connections, but often open
new connections, without never closing them. After 1 hour, it can
leed to many tens of opened connections. It's a pity, because the
pconnet() becomes totally unusable. This considerably slows down our
(intranet) application.

Regards,
Fabrice Aeschbacher
mailto:fabrice.aeschbacher@...

--- In ib-support@y..., "Bernhard Doebler" <programmer@b...> wrote:
> Hello again,
>
> it really seems to be a PHP problem. The dll connecting to
InterBase has some errors in PHP 4.0.5 and 4.0.6
> I downgraded to 4.0.4 and it (again) works fine.
>
> Best regards
> Bernhard