PHP 7.0.29, 7.2.4 和 7.1.16 正式发布,多项内容修复

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

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

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

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

PHP 7.1.16

- Core:
   . Fixed bug #76025 (Segfault while throwing exception in error_handler).
     (Dmitry, Laruence)
   . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
     (Anatol)
- GD:
   . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
- ODBC:
   . Fixed bug #76088 (ODBC functions are not available by default on Windows).
     (cmb)
- Opcache:
   . Fixed bug #76074 (opcache corrupts variable in for-loop). (Bob)
- Phar:
   . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
     name contains a \n). (Laruence)
- Standard:
   . Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
   . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with
     segfault). (Anatol)

PHP 7.0.29

- FPM:
   . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
     access controls). (Jakub Zelenka)

PHP 7.2.4

- Core:
   . Fixed bug #76025 (Segfault while throwing exception in error_handler).
     (Dmitry, Laruence)
   . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD).
     (Anatol)
- FPM:
   . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
     access controls). (Jakub Zelenka)
- FTP:
   . Fixed ftp_pasv arginfo. (carusogabriel)
- GD:
   . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb)
   . Fixed bug #76041 (null pointer access crashed php). (cmb)
   . Fixed imagesetinterpolation arginfo. (Gabriel Caruso)
- iconv:
   . Fixed bug #75867 (Freeing uninitialized pointer). (Philip Prindeville)
- Mbstring:
   . Fixed bug #62545 (wrong unicode mapping in some charsets). (cmb)
- Opcache:
   . Fixed bug #75969 (Assertion failure in live range DCE due to block pass
     misoptimization). (Nikita)
 - OpenSSL:
   . Fixed openssl_* arginfos. (carusogabriel)
- PCNTL:
   . Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform
     (s390x)). (Sam Ding)
- Phar:
   . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory
     name contains a \n). (Laruence)
- Standard:
   . Fixed bug #75961 (Strange references behavior). (Laruence)
   . Fixed some arginfos. (carusogabriel)
   . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault). (Anatol)

下载连接:

http://php.net/distributions/php-7.0.29.tar.gz
http://php.net/distributions/php-7.1.16.tar.gz
http://php.net/distributions/php-7.2.4.tar.gz


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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

算法基础

算法基础

[美] 托马斯 H.科尔曼(Thomas H.Cormen) / 王宏志 / 机械工业出版社 / 2015-12 / 59.00

本书介绍了什么是计算机算法,如何描述它们,以及如何来评估它们。这些计算机算法将提供:利用计算机搜索信息的简单方式;解决各种排序问题的方法;利用有向无环图和最短路径法来解决基本问题的方法(可用于建模公路网络,任务间的依赖及金融关系);解决字符串(例如DNA结构)问题的方法;密码学背后的基本原理;数据压缩的基础知识;以及甚至一些没有人能够理解如何在计算机上用相当长的时间来解决的问题。 本书适合作......一起来看看 《算法基础》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具