Closed rlucasfm closed 3 years ago
Problem with the pdo_firebird being not loaded by PHP. Sadly had to downgrade from PHP 8 to 7.3, and yet some issues to make the extension to work, but it does
The Firebird PHP extension was updated to support PHP 8 as of v1.1.0 https://github.com/FirebirdSQL/php-firebird/releases
Trying to do a simple query, just to test if the connection with Firebird database works, and got the following error. "Illuminate\Database\QueryException could not find driver". Already have the firebird extension enabled on PHP and fbclient.dll on the PHP folder, what could it be?