PHP 7.4.4 发布

PHP 7.4.4 版本现已发布,具体更新内容如下:

  • Core
    • 修复了错误 #79329(get_headers() 在一个空字节后默默地截断)(CVE-2020-7066)
    • 修复了错误 #79244 (PHP 在解析 INI 文件时崩溃)
    • 修复了错误 #63206(restore_error_handler无法还原以前的错误掩码)
  • COM
    • 修复了错误 #66322(COMPersistHelper::SaveToFile 保存到错误的位置)
    • 修复了错误 #79242(COM错误常量与x86上的com_exception代码不匹配)
    • 修复了错误 #79247(Garbage 收集变量对象段错误)
    • 修复了错误 #79248(Traversing empty VT_ARRAY 引发 com_exception)
    • 修复了错误 #79299(com_print_typeinfo 打印重复的变量)
    • 修复了错误 #79332(php_istreams 永远不会 freed)
    • 修复了错误 #79333(com_print_typeinfo() 泄露内存)
  • CURL
    • 修复了错误 #79019(复制的 cURL handles 上载空文件)
    • 修复了错误 #79013 (在使用 curl posting curlFile 时,Content-Length missing)
  • DOM
    • 修复了错误 #77569(DomImplementation 中的 Write Access Violation)
    • 修复了错误 #79271(DOMDocumentType::$childNodes 为 NULL)
  • Enchant
    • 修复了错误 #79311(enchant_dict_suggest() 在大端架构上失败)
  • EXIF
    • 修复了错误 #79282 (Use-of-uninitialized-value in exif)(CVE-2020-7064)
  • Fileinfo
    • 修复了错误 #79283(libmagic 补丁中的 Segfault 包含缓冲区溢出)
  • ......

更多详细内容可查看更新说明: https://www.php.net/ChangeLog-7.php#PHP_7_4  

猜你喜欢

转载自www.oschina.net/news/114245/php-7-4-4-released