PHP 5.6.0 正式釋出了!

oschina發表於2014-08-29

  PHP 5.6.0 正式釋出了,此版本包括了許多新特性,還有一些向後相容的改進和其他的系統改進。

  主要特性:

  更多新特性請看the new features chapter of the migration guide

  PHP 5.6.0 相容性方面改進:

  • Array keys won't be overwritten when defining an array as a property of a class via an array literal.

  • json_decode() is more strict in JSON syntax parsing.

  • Stream wrappers now verify peer certificates and host names by default when using SSL/TLS.

  • GMP resources are now objects.

  • Mcrypt functions now require valid keys and IVs.

  PHP 5.5 使用者升級請看完整的遷移指導

  PHP 5.6.0 現已提供原始碼下載Windows 二進位制下載

  完整更新記錄請看 ChangeLog

相關文章