PHP Firebird API: php_interbase or PDO?

We have been using PDO for 2 years in new scenarios to connect to our MySQL, PostgreSQL and SQLite databases.

Now we are starting a project in which we will need to read (and possibly some simple UPDATE files) a Firebird 2.5 database file. I would like to use PDO since we are already using it and it will be less transitional. However, the PDO_FIREBIRD PECL package seems to be last updated in 2006.

So my question is: is it better to use the Firebird PDO driver or php_interbase API for a new project? That is, is the production of the PDO Firebird driver worthy?

+5
source share
1 answer

PDO Firebird , PHP , Php, PECL PDO http://www.firebirdnews.org/?p=6619 , . PECL , https://bugs.php.net/bug.php?id=58824

, php_ibase api ( php3 ~ 1998)

+4

All Articles