发布于 2016-12-09 03:26:56 | 100 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 7.0.14 发布了。PHP 开发团队宣布 PHP 7.0.14 发布了。 这是一个安全版本,该版本中修复了几个安全漏洞。建议所有 PHP 7.0 用户升级到此版本。
更新如下:
Core:
修复内存泄露(null 合并运算符 和 Spl hash).
Fixed bug #72736 (使用 mysqli/PDO 获取大型数据集时性能较慢).
Calendar:
修复整数溢出
Date:
Fixed bug #69587 (DateInterval 属性和 isset).
DTrace:
Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.
JSON:
Fixed bug #73526 (php_json_encode depth issue).
Mysqlnd:
Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*).
ODBC:
Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
Opcache:
PCRE:
PDO_Firebird:
Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
Phar:
Fixed bug #73580 (Phar::isValidPharFilename illegal memory access).
Postgres:
Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()).
Soap:
SPL:
Fixed bug #73423 (Reproducible crash with GDB backtrace).
SQLite3:
Fixed bug #73530 (Unsetting result set may reset other result set).
Standard:
Wddx:
Fixed bug #73631 (Invalid read when wddx decodes empty boolean element).
XML:
Fixed bug #72135 (malformed XML causes fault).
下载地址
http://windows.php.net/download/(Windows 源代码和二进制文件)