#How to solve the problem that PHP cannot find the specified module?
PHP cannot find the specified module because the relevant dll file cannot be found in the "php\ext" directory. The solution: first open the PHP configuration file "php.ini"; then Search for the "extension_dir" configuration item; finally change the configuration item to "ext".
php -m View all modules
Recommended tutorials :《PHP》
The above is the detailed content of How to solve the problem that PHP cannot find the specified module?. For more information, please follow other related articles on the PHP Chinese website!