Solution to php missing fbclient.dll: 1. Find and open the php.ini file; 2. Comment out the "extension=pdo_firebird" item in it.
#The operating environment of this article: Windows 7 system, PHP version 5.6, DELL G3 computer.
php What should I do if I lose fbclient.dll?
fbclient.dll is missing when checking the php version
# #Due to project needs, the following error occurred when checking the php version after updating php
This is because the extension=pdo_firebird in the php.ini file is referenced, so directly It solves the problem by commenting out
The above is the detailed content of What to do if fbclient.dll is missing in php. For more information, please follow other related articles on the PHP Chinese website!