PHP 8.0.0 版本發佈!!!
最近更新時間 2020-11-30 12:27:54
PHP 團隊於 2020年11月26日發佈了 PHP 8.0.0 的正式版。這是一個新 PHP 主要版本。
PHP 8.0 包括大量改進和新特性:
- checkedUnion Types
- checkedNamed Arguments
- checkedMatch Expressions
- checkedAttributes
- checkedConstructor Property Promotion
- checkedNullsafe Operator
- checkedMatch expression
- checkedSaner string to number comparisons
- checkedConsistent type errors for internal functions
- checkedJust In Time Compilation
- checkedWeak Map class
- checkedStringable interface
- checkedstr_contains(), str_starts_with(), str_ends_with()
- checkedfdiv()
- checkedget_debug_type()
- checkedget_resource_id()
- checkedtoken_get_all() object implementation
另一篇文章介紹了 PHP 8.0 新特性。還可查看官方詳細更新文檔。
訪問 https://www.php.net/downloads.phpopen_in_new 可獲取最新源代碼,Window 源代碼和二進制文件可以在 https://windows.php.net/download/open_in_new 下載。
PHP 7.4.x 到 PHP 8.0.x 的遷移指南可在 遷移指南open_in_new 中查看。