PHP 5.6.0 正式发布
  • Constant scalar expressions.

  • Variadic functions and argument unpacking using the...operator.

  • Exponentiation using the**operator.

  • Function and constant importing with the use keyword.

  • phpdbg 作为一个交互式集成的调试器 SAPI

  • php://input 现在可以复用,废弃了 $HTTP_RAW_POST_DATA

  • GMP 对象支持操作符重载

  • 允许上传超过 2G 的文件

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