Home > Article > Backend Development > What to do if php5.dll is missing
Solution to missing php5.dll: First enter "windows.php.net/download/"; then download "php5.dll"; finally copy it to the "apache/bin" folder .
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!