Home  >  Article  >  Backend Development  >  What to do if php5.dll is missing

What to do if php5.dll is missing

藏色散人
藏色散人Original
2020-09-01 09:10:392276browse

Solution to missing php5.dll: First enter "windows.php.net/download/"; then download "php5.dll"; finally copy it to the "apache/bin" folder .

What to do if php5.dll is missing

Recommended: "PHP Video Tutorial"

Specific questions:

The program cannot be started because php5.dll is missing?

Downloaded PHPPDT, installed

Downloaded web server debugging extension, copy dummy.php

Add zend_extension="c:\edward\xampp\php\ext\ 5_3_x_nts_comp\ZendDebugger.dll"

Stop, restart Apache, get:

"The program cannot start because php5.dll is missing from your computer"

(Also included php5nts.dll)

Is installing zend studio ce an alternative or can I make it work with XAMPP?

Solution:

Download php5.dll (http://windows.php.net/download/) and copy it to the apache/bin folder.

The above is the detailed content of What to do if php5.dll is missing. 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
Previous article:How to add fields in phpNext article:How to add fields in php