手机版
你好,游客 登录 注册
背景:
阅读新闻

PHP 7.2.25 & 7.3.12 发布,bug修复

[日期:2019-11-22] 来源:Linux公社  作者:醉落红尘 [字体: ]

PHP 7.2.25 & 7.3.12 目前已经发布,PHP是一种通用的开源脚本语言。 语法吸收了C语言Java的特性,Perl有利于学习并被广泛使用,主要用于Web开发领域。 PHP的独特语法混合了C,Java,Perl和PHP的本机语法。 它可以比CGI或Perl更快地执行动态网页。 与其他编程语言相比,用PHP创建的动态页面将PHP嵌入程序到HTML(标准通用标记语言的应用程序)文档中,比完全生成HTML标记的CGI效率更高。 PHP还可以执行编译后的代码,进行编译以实现加密并优化代码执行,从而使代码运行更快。

Changelog

v7.2.25

  • Core:
    • Fixed bug #78656 (Parse errors classified as highest log-level).
    • Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed).
    • Fixed bug #78689 (Closure::fromCallable() doesn’t handle [Closure, ‘__invoke’]).
  • COM:
    • Fixed bug #78694 (Appending to a variant array causes segfault).
  • Date:
    • Fixed bug #70153 (\DateInterval incorrectly unserialized).
    • Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable).
  • Iconv:
    • Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas, cmb).
  • OpCache:
    • Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters).
    • Fixed bug #78747 (OpCache corrupts custom extension result).
  • OpenSSL:
    • Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections).
  • Reflection:
    • Fixed bug #78697 (ReflectionClass::ImplementsInterface – inaccurate error message with traits).
  • Sockets:
    • Fixed bug #78665 (Multicasting may leak memory).

v7.3.12

  • Core:
    • Fixed bug #78658 (Memory corruption using Closure::bindTo).
    • Fixed bug #78656 (Parse errors classified as highest log-level).
    • Fixed bug #78752 (Segfault if GC triggered while generator stack frame is being destroyed).
    • Fixed bug #78689 (Closure::fromCallable() doesn’t handle [Closure, ‘__invoke’]).
  • COM:
    • Fixed bug #78694 (Appending to a variant array causes segfault).
  • Date:
    • Fixed bug #70153 (\DateInterval incorrectly unserialized).
    • Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable).
  • Iconv:
    • Fixed bug #78642 (Wrong libiconv version displayed).
  • OpCache:
    • Fixed bug #78654 (Incorrectly computed opcache checksum on files with non-ascii characters).
    • Fixed bug #78747 (OpCache corrupts custom extension result).
  • OpenSSL:
    • Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted connections).
  • Reflection:
    • Fixed bug #78697 (ReflectionClass::ImplementsInterface – inaccurate error message with traits).
  • Sockets:
    • Fixed bug #78665 (Multicasting may leak memory).

Linux公社的RSS地址https://www.linuxidc.com/rssFeed.aspx

本文永久更新链接地址https://www.linuxidc.com/Linux/2019-11/161486.htm

linux
相关资讯       PHP 7.2.25  PHP 7.3.12 
本文评论   查看全部评论 (0)
表情: 表情 姓名: 字数

       

评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款