Installing php_apc.dll on wampserver

只谈情不闲聊 提交于 2019-11-28 04:19:33

问题


I need your help. I'm trying to install php_apc.dll into my php directory.

So far this is what i've done:

I copied php_apc.dll to c:\wamp\bin\php\php5.3.0\ext. I've also restarted the server several times.

But when i checked

 http://localhost/?phpinfo=1

There wasnt any evidence of APC Extension Installation.

Please what i'm i doing wrong? I'll be most delighted with your answers, comments and suggestions.

Thank you.


回答1:


Read the tutorial How to install APC on Wamp.

It seems you didnt add extention line in php.ini



来源:https://stackoverflow.com/questions/9916600/installing-php-apc-dll-on-wampserver

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!