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

What to do if php5.dll is missing

藏色散人
Release: 2023-03-05 14:28:01
Original
2357 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template