PHP 5.6.0 正式发布了,此版本包括了许多新特性,还有一些向后不兼容方面的改进和其他的系统改进。
主要特性:
Variadic functions and argument unpacking 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。