Subject | Re: [firebird-php] Re: Very fast read only transactions |
---|---|
Author | Milan Babuskov |
Post date | 2009-01-22T19:11:06Z |
masotti wrote:
was few years ago). If those bugs are fixed, I guess it is better to use
pconnect then.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> Do you mean that in PHP you prefer ibase_connect() to a local database?Yes.
> I.e.If was (is?) better because pconnect had bugs last time I checked (which
> $resdb = ibase_connect ( '/var/lib/firebird2/pippo.fdb', 'user', 'pass' );
> is better than
> $resdb = ibase_pconnect ( 'localhost:/var/lib/firebird2/pippo.fdb',
> 'user', 'pass' );
was few years ago). If those bugs are fixed, I guess it is better to use
pconnect then.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com