On 07.10.2008, at 20:18, Lester Caine wrote:

What is the correct procedure to create a new driver, or rather clone the existing php_interbase so that we can build a proper Firebird version that actually uses the fbclient.dll rather than sharing the now incompatible GDS32.DLL client. Some people are starting to use Interbase in parallel with Firebird, but the driver can only access one client :(


IMHO new database extensions should not be permitted unless they come on the form of PDO drivers. Thats also the vibe we send the Microsoft guys with their sqlsrv extension.

So if you cannot achieve what you need within the existing extension while maintaining BC, I am afraid imho you will have to bite the bullet and all the features into the PDO driver.

Thats my opinion at least.

regards,
Lukas Kahwe Smith
[EMAIL PROTECTED]




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

Reply via email to