How to downgrade Wampserver PHP?

ぐ巨炮叔叔 提交于 2019-12-05 18:48:00
Chris Rutherfurd

To manually install any version of PHP into WAMP you can follow the following steps...

  1. Download the binaries from php.net
  2. Extract all files into a new folder: C:/wamp/php/php5.4.13 (or whatever the version number is)
  3. Copy the wampserver.conf file from another PHP folder in wamp to the new folder.
  4. Rename php.ini-development file to phpForApache.ini
  5. Restart WampServer by exiting out of Wamp and restarting it)

Note: If you are adding php version 5.6, you need to copy php5apache2_4.dll from another php folder in wamp as well otherwise the wamp server wont start.

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