Lester Caine wrote:
I'm being dragged screaming into using PDO but I'm having major problems since a number of fixes that have been applied to the firebird driver have only been done to PHP5.3 branch ( back in 2007! )

Fedora does not have 5.3 deployed yet, and it will cause a lot more problems anyway, since we will be forced to address the 5.3 changes when the original 5.2 based code is already broken. So is there ANY way of getting the fixes back ported to the 5.2 branch?

The first hurdle is http://bugs.php.net/bug.php?id=35386 which stops many of the core SQL working in phpgedview - which has had all of the older PEAR/ADOdb code stripped and so now will only work with PDO :(

OK - it IS a little more complex ....

That bug is not the only one, and so there are a number of SQL combinations that crash PDO:firebird. Next problem is to start testing a whole raft of SQL just in case it causes a crash. What is a little confusing is why the CONTENT of an SQl statement should cause a problem when calling 'fetch'. The SQl prepares AND executes without a problem, it is only when trying to retrieve the results that the problem arises.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to