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 中查看。

rss_feed