发布于 2016-04-28 23:51:56 | 81 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.5.35 发布了,这是一个安全补丁版本,修复了很多安全相关的问题,所有 PHP 5.5 的用户建议尽快升级。
源码下载请访问 downloads page,Windows 二进制版本下载 windows.php.net/download/。
完整的改进记录请看 ChangeLog。
Core:
BCmath:
Fixed bug #72093 (bcpowmod accepts negative scale and corrupts _one_ definition).
Curl:
Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string).
Date:
Fixed bug #71889 (DateInterval::format Segmentation fault).
EXIF:
Fixed bug #72094 (Out of bounds heap read access in exif header processing).
GD:
Intl:
Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative offset).
OCI8:
Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column).
ODBC:
Fixed bug #63171 (Script hangs after max_execution_time).
Opcache:
Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER).
PDO:
Postgres:
Fixed bug #71820 (pg_fetch_object binds parameters before call constructor).
SPL:
Fixed bug #67582 (Cloned SplObjectStorage with overwritten getHash fails offsetExists()).
Standard:
XML:
Fixed bug #72099 (xml_parse_into_struct segmentation fault).