Home>Article>Backend Development> How to solve the problem of computer missing php5.dll
The solution to the computer missing "php5.dll": first put all the PHP dynamic libraries in one directory; then add the directory to the Windows system property path to find "php5.dll ".
Recommended: "PHP Video Tutorial"
Specific questions:
The operating system is windows, and the php version is php 5.4.0. I added "extension=php_imagick.dll" to php.ini, and then when php started, it prompted "php5.dll is missing from the computer", and then prompted " Unable to load dynamic library 'ext\php_imagick.dll' —The specified module could not be found." In fact, php_imagick.dll has been placed in the ext directory.
Solution:
Put all PHP dynamic libraries in one directory, and then add the directory to the Windows system property path, so that The dll will not be found, and it is easy to upgrade!
The above is the detailed content of How to solve the problem of computer missing php5.dll. For more information, please follow other related articles on the PHP Chinese website!