php 是一种新型的 cgi 程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 windows、unix、linux 平台的web后台程序,内置了对文件上传、密码认证、cookies 操作、邮件收发、动态 gif 生成等功能,php 直接为很多数据库提供原本的连接,包括oracle、sybase、postgres、mysql、informix、dbase、solid、access 等,完全支持odbc接口,用户更换平台时,无需变换 php 代码,可即拿即用
软件特性
兼容性方面改进:
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.
主要特性:
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 的文件
∨ 展开