无法加载php5apache2

无法加载php5apache2

本文介绍了无法加载php5apache2_2.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法加载C:/PHP5/php5apache2_2.dll到服务器在窗口XP的计算机

cannot load c:/PHP5/php5apache2_2.dll into server I am getting this error while running apache 2.2 on window XP machine

人有任何想法可能是什么问题。我可以看到在C中没有php5apache2_2.dll:/ PHP5文件夹

anyone have any idea what could be the problem. I can see there is no php5apache2_2.dll in c:/php5 folder.

推荐答案

首先,你必须立即下载去.dll文件(的)
然后把它放在你的扩展目录。

First you must downlaod de .dll file (php5apache2_2.dll)then put it in your extensions directory.

然后编辑php.ini文件中,找到德文本:

Then edit your php.ini file, find de text:

;延长= php5apache2_2.dll

;extension=php5apache2_2.dll

//并更改y以
延长= php5apache2_2.dll

// and change y toextension=php5apache2_2.dll

如果该文本不是present把自己的线。
然后重新启动Apache,它应该加载您的扩展。

if the text is not present put the line yourself.Then restart apache and it should load your extension.

PD:你可以看到你的扩展目录的位置看
在你的php.ini文本下extension_dir,有时是这样的:
的extension_dir = C:\\ PHP \\扩展

PD: you can see where your extensions directory is located lookingfor the text "extension_dir" in your php.ini, sometimes looks like:extension_dir = C:\php\extensions

希望这有助于你,如果不是请粘贴在这里的错误,你可以找到
在阿帕奇/错误/ error.log中或类似的东西错误日志文件。

Hope this help you, if not please paste the error here, you can findan error log file in apache/error/error.log or something like that.

这篇关于无法加载php5apache2_2.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-26 06:49