Can php 7.1.2 run thinkphp3.2?
过去多啦不再A梦
过去多啦不再A梦 2017-06-05 11:09:18
0
5
618

Can php 7.1.2 run thinkphp3.2.3?

过去多啦不再A梦
过去多啦不再A梦

reply all(5)
PHPzhong

3.2.3 still uses mysql to connect to the database by default, but PHP5.4 has abandoned MYSQL and it is recommended to switch to PDO and mysqli to connect to the database

洪涛

I tried php7.0 without any problems, and 7.1 should also have no problems.

But I think this kind of question is very meaningless. I will know the answer by testing it myself. Do I have to ask here?

给我你的怀抱

My personal idea is to lower the version and match it with tp3.2.3. I use php5.3. Generally, editors will prompt you which PHP version to choose, so just choose a lower version

Ty80

Initialize a project and test the following functions

  1. Database CURD(Model)

  2. Caching

If possible, other functions should be fine.

巴扎黑

It should be ok

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!