PHP 7.0.31, 7.1.20 和 7.2.8 正式发布,多项内容修复

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

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

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

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

PHP 7.0.31
  
  - Exif:
    . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
      exif_thumbnail_extract of exif.c). (Stas)
    . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
      data). (Stas)
  
  - Win32:
    . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
  

PHP 7.1.20
  
  - Core:
    . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
      with an error handler). (Laruence)
    . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
      properly). (Nikita)
  
  - Date:
    . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)
  
  - FPM:
    . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
      non-blocking). (Nikita)
  
  - GMP:
    . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
      other classes). (Nikita)
  
  - intl:
    . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
      type). (cmb)
  
  - mbstring:
    . Fixed bug #76532 (Integer overflow and excessive memory usage
      in mb_strimwidth). (MarcusSchwarz)
  
  - PGSQL:
    . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
  
  - phpdbg:
    . Fix arginfo wrt. optional/required parameters. (cmb)
  
  - Reflection:
    . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
      error handler). (Laruence)
    . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
      inherited classes). (Nikita)
  
  - Standard:
    . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
      (Laruence)
    . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)

PHP 7.2.8
  
  - Core:
    . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
      with an error handler). (Laruence)
    . Fixed bug #76520 (Object creation leaks memory when executed over HTTP).
      (Nikita)
    . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
      properly). (Nikita)
  
  - Date:
    . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)
  
  - EXIF:
    . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
    . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
      exif_thumbnail_extract of exif.c). (Stas)
    . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
      data). (Stas)
  
  - FPM:
    . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
      non-blocking). (Nikita)
  
  - GMP:
    . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
      other classes). (Nikita)
  
  - intl:
    . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
      type). (cmb)
  
  - mbstring:
    . Fixed bug #76532 (Integer overflow and excessive memory usage
      in mb_strimwidth). (MarcusSchwarz)
  
  - Opcache:
    . Fixed bug #76477 (Opcache causes empty return value).
      (Nikita, Laruence)
  
  - PGSQL:
    . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
  
  - phpdbg:
    . Fix arginfo wrt. optional/required parameters. (cmb)
  
  - Reflection:
    . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
      error handler). (Laruence)
    . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
      inherited classes). (Nikita)
  
  - Standard:
    . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
      (Laruence)
    . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)
  
  - Win32:
    . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
  
  - ZIP:
    . Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
      (Dennis Birkholz, Remi)
  


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


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

查看所有标签

猜你喜欢:

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

推荐系统与深度学习

推荐系统与深度学习

黄昕、赵伟、王本友、吕慧伟、杨敏 / 清华大学出版社 / 2019-1-1 / 65.00元

本书的内容设置由浅入深,从传统的推荐算法过渡到近年兴起的深度学习技术。不管是初学者,还是有一定经验的从业人员,相信都能从本书的不同章节中有所收获。 区别于其他推荐算法书籍,本书引入了已被实践证明效果较好的深度学习推荐技术,包括Word2Vec、Wide & Deep、DeepFM、GAN 等技术应用,并给出了相关的实践代码;除了在算法层面讲解推荐系统的实现,还从工程层面详细阐述推荐系统如何搭建.一起来看看 《推荐系统与深度学习》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

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

HEX CMYK 互转工具