I currently have WAMP with PHP 7.3.21 and Apache 2.4.46. I'm trying connect to a Firebird database. I have already done the following steps to load Firebird extension.
- Remove the semi colon for extension=pdo_firebird;
- Place fbclient.dll file in apache/bin folder.
However when I run my phpinfo, I can't see the Firebird driver. Anything else that I need to do to be able to run the Firebird extension?

I did the following things:
With this done, pdo_firebird does not show up in phpinfo(), unless the 64-bit fbclient.dll is already installed.
I dropped a 64-bit fbclient.dll into
D:\wamp64\bin\apache\apache2.4.51\bin, and restarted all services (via the wamp tray icon), and the PDO_Firebird entry showed up in the phpinfo() report, and "firebird" is listed for "PDO drivers" under "PDO support".If I had to guess, you tried to use a 32-bit fbclient.dll instead of a 64-bit fbclient.dll.
Alternative methods to install a 64-bit fbclient.dll:
instclient i f%WINDIR%\system32