Subject | Re: [firebird-php] Re: Very fast read only transactions |
---|---|
Author | masotti |
Post date | 2009-01-23T10:00:46Z |
Hi Milan,
A search in http://bugs.php.net reported nothing; apart BLOB on 64 bit
systems and events management, there's nothing new.
Last bug about a (p)connect problem was suspended in 2007:
http://bugs.php.net/bug.php?id=39523
Before these problems, in this tracker last pconnect bug was reported in
2003, six years ago: ok, maybe this is "few" ;-) .
Firebird tracker has nothing about PHP (obviously).
Ciao.
Mimmo.
>> I.e.Sorry, but I'm not able to find tracks of those bugs.
>> $resdb = ibase_connect ( '/var/lib/firebird2/pippo.fdb', 'user', 'pass' );
>> is better than
>> $resdb = ibase_pconnect ( 'localhost:/var/lib/firebird2/pippo.fdb',
>> 'user', 'pass' );
>>
>
> If was (is?) better because pconnect had bugs last time I checked (which
> was few years ago). If those bugs are fixed, I guess it is better to use
> pconnect then.
>
>
A search in http://bugs.php.net reported nothing; apart BLOB on 64 bit
systems and events management, there's nothing new.
Last bug about a (p)connect problem was suspended in 2007:
http://bugs.php.net/bug.php?id=39523
Before these problems, in this tracker last pconnect bug was reported in
2003, six years ago: ok, maybe this is "few" ;-) .
Firebird tracker has nothing about PHP (obviously).
Ciao.
Mimmo.