发布于 2014-08-28 13:55:46 | 204 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.6.0 正式发布了,此版本包括了许多新特性,还有一些向后兼容的改进和其他的系统改进。
主要特性:
Variadic functions and argument unpacking using the...operator.
Function and constant importing with the use keyword.
phpdbg as an interactive integrated debugger SAPI.
php://input is now reusable, and$HTTP_RAW_POST_DATAis deprecated.
GMP objects now support operator overloading.
File uploads larger than 2 gigabytes in size are now accepted.
更多新特性请看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。