Home  >  Q&A  >  body text

Can php 7.1.2 run thinkphp3.2?

Can php 7.1.2 run thinkphp3.2.3?

过去多啦不再A梦过去多啦不再A梦2693 days ago621

reply all(5)I'll reply

  • PHPz

    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

    reply
    0
  • PHP中文网

    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?

    reply
    0
  • 给我你的怀抱

    给我你的怀抱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

    reply
    0
  • PHP中文网

    PHP中文网2017-06-05 11:11:18

    Initialize a project and test the following functions

    1. Database CURD(Model)

    2. Caching

    If possible, other functions should be fine.

    reply
    0
  • 巴扎黑

    巴扎黑2017-06-05 11:11:18

    It should be ok

    reply
    0
  • Cancelreply