How to read Firebird 1.5 database with PHP 8.0?

1.1k Views Asked by At

How to read Firebird 1.5 database with PHP 8 on Linux?

I have uncommented pdo_firebird extension in php.ini and restarted php8.0-fpm, but when checking modules with php -m, I'm getting the following error:

$ php -m                                                                                               
PHP Warning:  PHP Startup: Unable to load dynamic library 'pdo_firebird' (tried: /usr/lib/php/20200930/pdo_firebird (/usr/lib/php/20200930/pdo_firebird: cannot open shared object file: No such file or directory), /usr/lib/php/20200930/pdo_firebird.so (/usr/lib/php/20200930/pdo_firebird.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

Where can I find a compatible pdo_firebird.so file ? I couldn't find anything on the official website.

0

There are 0 best solutions below