7

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.

4

2 回答 2

5

这是所有 php 插件。选择您需要的并下载/安装它。

于 2012-04-24T07:29:18.200 回答
2

你必须升级你的整个 wamp:

备份你的数据库。

备份你的代码

卸载 wamp

安装新的 wamp

测试本地主机是否正常工作

恢复您的数据库(首先将 mysql.ini 中的 max_allowed_pa​​cket 更改为 10M)

在apache中启用重写模块

于 2014-12-10T21:02:53.233 回答