Home  >  Article  >  Backend Development  >  How to solve the problem that PHP cannot find the specified module?

How to solve the problem that PHP cannot find the specified module?

Guanhui
GuanhuiOriginal
2020-07-23 11:28:176057browse

How to solve the problem that PHP cannot find the specified module?

#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".

How to solve the problem that PHP cannot find the specified module?

php -m View all modules

How to solve the problem that PHP cannot find the specified module?

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn