Recently I used php6 with the thinkphp framework and found that it is not supported. I have tried thinkphp5, 7 and 3 but it doesn’t work. Does php6 not support thinkPHP?
Because php6 is a failed version, there is no version of PHP6. PHP has gone straight to 7 since 5. What you said is not supported. I don’t know which thinkphp version you are using. If it is thinkphp5.0 series, the requirements php5.4+ is enough. If it is thinkphp5.1, at least php5.6+ is required, preferably php7.0+.
thinkphp Basically, the mature and popular version is tp3.1.3 (requires php<=php5.2.17)tp3.2 (requires php=>5.3)tp5 That is, it supports the latest version of php (such as php7)
Because php6 is a failed version, there is no version of PHP6. PHP has gone straight to 7 since 5. What you said is not supported. I don’t know which thinkphp version you are using. If it is thinkphp5.0 series, the requirements php5.4+ is enough. If it is thinkphp5.1, at least php5.6+ is required, preferably php7.0+.
thinkphp Basically, the mature and popular version is tp3.1.3 (requires php<=php5.2.17)tp3.2 (requires php=>5.3)tp5 That is, it supports the latest version of php (such as php7)
The original poster is awesome. I have used PHP6 and thinkPHP7.