PHPz2017-06-05 11:11:18
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
PHP中文网2017-06-05 11:11:18
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?
给我你的怀抱2017-06-05 11:11:18
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
PHP中文网2017-06-05 11:11:18
Initialize a project and test the following functions
Database CURD(Model)
Caching
If possible, other functions should be fine.