How to upgrade php version in wamp?

亡梦爱人 提交于 2020-01-03 08:45:32

问题


Currently I'm using php version 5.1.6 in wamp server. I'm trying to use phpexcel library to read .xls and .xlsx files. Phpexcel library minimum requirement is php version 5.2.0. So how can i solve this issue or how to upgrade php version.

Thanks in advance.


回答1:


Here is all php add-on. Select the one you need and download/install it.




回答2:


you have to upgrade your entire wamp:

backup your database.

backup your code

uninstall wamp

install new wamp

test that local host works

restore your database ( first change max_allowed_packet in mysql.ini to 10M)

enable rewrite module in apache



来源:https://stackoverflow.com/questions/10292552/how-to-upgrade-php-version-in-wamp

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