发布于 2015-09-05 00:01:48 | 62 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.4.45/5.5.29/5.6.13 发布,主要是安全问题修复。
下载:http://www.php.net/downloads.php
Windows 下载:http://windows.php.net/download/
PHP 5.4.45 更新列表:
Core:
EXIF:
Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes).
hash:
Fixed bug #70312 (HAVAL gives wrong hashes in specific cases).
PCRE:
Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
SOAP:
Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
SPL:
XSLT:
Fixed bug #69782 (NULL pointer dereference).
ZIP:
Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories).
PHP 5.5.29 更新列表:
Core:
EXIF:
Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes).
hash:
Fixed bug #70312 (HAVAL gives wrong hashes in specific cases).
PCRE:
Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
SOAP:
Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
SPL:
XSLT:
Fixed bug #69782 (NULL pointer dereference).
ZIP:
Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories).
PHP 5.6.13 更新列表:
Core:
CLI server:
Date:
EXIF:
Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes).
hash:
Fixed bug #70312 (HAVAL gives wrong hashes in specific cases).
MCrypt:
Fixed bug #69833 (mcrypt fd caching not working).
Opcache:
Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on CLI enabled).
PCRE:
SOAP:
Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
SPL:
Fixed bug #70290 (Null pointer deref (segfault) in spl_autoload via ob_start).
Fixed bug #70303 (Incorrect constructor reflection for ArrayObject).
Fixed bug #70365 (Use-after-free vulnerability in unserialize() with SplObjectStorage).
Fixed bug #70366 (Use-after-free vulnerability in unserialize() with SplDoublyLinkedList).
Standard:
XSLT:
Fixed bug #69782 (NULL pointer dereference).
ZIP:
Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories).
更多内容请看发行说明。