Home>Article>Backend Development> How to solve the problem of computer missing php5.dll

How to solve the problem of computer missing php5.dll

藏色散人
藏色散人 Original
2020-07-31 09:31:58 2141browse

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

How to solve the problem of computer missing 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!

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