This article brings you relevant knowledge about ThinkPHP. It mainly introduces what updates are there in the latest ThinkPHP6.1.2 version? Friends who are interested can take a look below. I hope it will be helpful to everyone.
Major update##V6.1.2
version mainly adds PHP
8.2compatibility and ThinkORM
3.0version support.
8.2
Remove Filesystem
declared attributes in the base class
fix: variable parameter processing when container binds parameters
File class addedsetExtension
Method to set the actual suffix name of the saved file
ValidateRule
Comment adjustment
Fix: Error reported when there are multiple parameter types
Updatethink-orm
Version dependency support3.0
3.0
Major updateBased on PHP8.0
Refactored
Fully compatible2.0
Version
Updated code specification
Strict parameter type
The later 6.0
and 6.1
versions will stop feature updates and be included in the LTS
version maintenance plan. ThinkPHP8
based on PHP8.0 is already undergoing final testing, and I believe the official version will be released soon^_^
6.0
The previous version is no longer officially updated and maintained, including security updates)ThinkPHP version | Release time | BUG fix | Security update |
---|---|---|---|
2019 October 24th | October 24th, 2024 | October 24th, 2024 | |
October 25, 2022 | October 24, 2024 | October 24, 2024 |
6.1thinkPHP Video Tutorialand
Recommended learning: "6.0
versions belong to the same major version and have the same maintenance cycle
The above is the detailed content of The latest ThinkPHP6.1.2 version is compatible with PHP8.2!. For more information, please follow other related articles on the PHP Chinese website!