Home > Article > PHP Framework > When did thinkphp6 come out?
thinkphp6.0RC2 version was released on April 22, 2019; thinkphp6.0RC4 version was released on August 16, 2019; thinkphp6.0.1 version was released on December 24, 2019.
The operating environment of this article: Windows 7 system, thinkphp version 6.0.1, Dell G3 computer.
When did thinkphp6 come out?
On April 22, 2019, Thinkphp6.0RC2 version was released;
On August 16, 2019, Thinkphp6.0RC4 version was released;
2019 December On March 24th, Thinkphp 6.0.1 version was released;
ThinkPHP 6.0 is based on the two principles of streamlined core and unified usage. Based on 5.1, the underlying architecture has been further optimized and improved, and it has been more standardized. Due to the introduction of some new features, the ThinkPHP6.0 operating environment requires PHP7.1 and does not support seamless upgrades to 5.1 (the official upgrade guide is provided for project upgrade reference).
Main new features
Adopt PHP7 strong typing (strict mode)
Support more PSR specification
Multiple application support
ORM component independence
Improved middleware mechanism
More powerful and easy-to-use query
New event system
Support container invoke Callback
Template engine component independence
Internal function middleware
SESSION mechanism improvement
Cache and log support multi-channel
Introducing Filesystem component
Support for Swoole and coroutine Improvement
More friendly to IDE
Unify and streamline a large number of usage
Recommended Study: "The latest 10 thinkphp video tutorials"
The above is the detailed content of When did thinkphp6 come out?. For more information, please follow other related articles on the PHP Chinese website!