编程语言PHP 5.6.0发正式发布,更新多项新特性:包括数字字符串的标量表达式,求幂运算符**,可变函数运算符...,use运算符扩展支持导入函数和常量,支持上传大于2GB的文件,作为SAPI模块实现的交互调试器phpdbg,等等。新版本的一些改变会影响兼容性。
主要特性:
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。
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.
下载地址:http://php.net/downloads.php
关注天下网吧微信,了解网吧网咖经营管理,安装维护:
本文来源:不详 作者:佚名