PHP 5.6.34, 7.0.28, 7.2.3 和 7.1.15 正式发布,多项内容修复

栏目: 软件资讯 · 发布时间: 6年前

内容简介:PHP 5.6.34, 7.0.28, 7.1.15, 7.2.3正式发布了。PHP(PHP:Hypertext Preprocessor)是一种在电脑上执行的脚本语言,主要是用途在于处理动态网页,也包含了命令列执行接口(command line interface),或者产生图...

PHP 5.6.34, 7.0.28, 7.1.15, 7.2.3正式发布了。PHP(PHP:Hypertext Preprocessor)是一种在电脑上执行的脚本语言,主要是用途在于处理动态网页,也包含了命令列执行接口(command line interface),或者产生图形使用者接口(GUI)程式。

版本主要还是修复 bug,改进日志如下:

PHP 7.2.3
 
 - Core:
   . Fixed bug #75864 ("stream_isatty" returns wrong value on s390x). (Sam Ding)
 
 - Apache2Handler:
   . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
     configuration). (Anatol)
 
 - Date:
   . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
   . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
     accept `null`). (Pedro Lacerda)
   . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
     (jhdxr)
 
 - LDAP:
   . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
 
 - libxml2:
   . Fixed bug #75871 (use pkg-config where available). (pmmaga)
 
 - PGSQL:
   . Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
 
 - Phar:
   . Fixed bug #54289 (Phar::extractTo() does not accept specific directories to
     be extracted). (bishop)
   . Fixed bug #65414 (deal with leading slash while adding files correctly).
     (bishopb)
   . Fixed bug #65414 (deal with leading slash when adding files correctly).
     (bishopb)
 
 - ODBC:
   . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
 
 - Opcache:
   . Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita)
   . Fixed bug #75893 (file_get_contents $http_response_header variable bugged
     with opcache). (Nikita)
   . Fixed bug #75938 (Modulus value not stored in variable). (Nikita)
 
 - SPL:
   . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
 
 - Standard:
   . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
     Philip Sharp)
   . Fixed bug #75981 (Prevent reading beyond buffer start in http wrapper).
     (Stas)

PHP 7.1.15
 
 - Apache2Handler:
   . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
     configuration). (Anatol)
 
 - Date:
   . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
   . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
     accept `null`). (Pedro Lacerda)
   . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
     (jhdxr)
 
 - PGSQL:
   . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)
 
 - ODBC:
   . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)
 
 - LDAP:
   . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
 
 - libxml2:
   . Fixed bug #75871 (use pkg-config where available). (pmmaga)
 
 - Phar:
   . Fixed bug #65414 (deal with leading slash when adding files correctly).
     (bishopb)
 
 - SPL:
   . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
 
 - Standard:
   . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
     Philip Sharp)
   . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)


PHP 7.0.28
 
 - Standard:
   . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

PHP 5.6.34 
 - Standard:
   . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

下载连接:

http://php.net/distributions/php-5.6.34.tar.gz
http://php.net/distributions/php-7.0.28.tar.gz
http://php.net/distributions/php-7.1.15.tar.gz
http://php.net/distributions/php-7.2.3.tar.gz


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《PHP 5.6.34, 7.0.28, 7.2.3 和 7.1.15 正式发布,多项内容修复》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

智能革命

智能革命

李彦宏 等 / 中信出版集团 / 2017-5-1 / 68.00元

人类历史上的历次技术革命,都带来了人类感知和认知能力的不断提升,从而使人类知道更多,做到更多,体验更多。以此为标准,李彦宏在本书中将人工智能定义为堪比任何一次技术革命的伟大变革,并且明确提出,在技术与人的关系上,智能革命不同于前几次技术革命,不是人去适应机器,而是机器主动来学习和适应人类,并同人类一起学习和创新这个世界。“人工智能”正式写入2017年政府工作报告,折射出未来人工智能产业在我国经济发......一起来看看 《智能革命》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具