PHP 7.2.15 & 7.3.2 发布

栏目: PHP · 发布时间: 5年前

内容简介:07 Feb 201907 Feb 2019

Version 7.2.15

07 Feb 2019

  • Core:

    • Fixed bug #77339 (__callStatic may get incorrect arguments).

    • Fixed bug #77494 (Disabling class causes segfault on member access).

    • Fixed bug #77530 (PHP crashes when parsing `(2)::class`).

  • Curl:

    • Fixed bug #76675 (Segfault with H2 server push).

  • GD:

    • Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).

    • Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).

    • Fixed bug #77272 (imagescale() may return image resource on failure).

    • Fixed bug #77391 (1bpp BMPs may fail to be loaded).

    • Fixed bug #77479 (imagewbmp() segfaults with very large images).

  • ldap:

    • Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).

  • Mbstring:

    • Fixed bug #77454 (mb_scrub() silently truncates after a null byte).

  • MySQLnd:

    • Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).

  • Opcache:

    • Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).

  • OpenSSL:

    • Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records).

  • PDO:

    • Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure).

  • Sockets:

    • Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS).

  • Standard:

    • Fixed bug #77395 (segfault about array_multisort).

    • Fixed bug #77439 (parse_str segfaults when inserting item into existing array).

Version 7.3.2

07 Feb 2019

  • Core:

    • Fixed bug #77369 (memcpy with negative length via crafted DNS response).

    • Fixed bug #77387 (Recursion detection broken when printing GLOBALS).

    • Fixed bug #77376 ("undefined function" message no longer includes namespace).

    • Fixed bug #77357 (base64_encode / base64_decode doest not work on nested VM).

    • Fixed bug #77339 (__callStatic may get incorrect arguments).

    • Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for subst virtual drive).

    • Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator).

    • Fixed bug #77447 (PHP 7.3 built with ASAN crashes in zend_cpu_supports_avx2).

    • Fixed bug #77484 (Zend engine crashes when calling realpath in invalid working dir).

  • Curl:

    • Fixed bug #76675 (Segfault with H2 server push).

  • Fileinfo:

    • Fixed bug #77346 (webm files incorrectly detected as application/octet-stream).

  • FPM:

    • Fixed bug #77430 (php-fpm crashes with Main process exited, code=dumped, status=11/SEGV).

  • GD:

    • Fixed bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border).

    • Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).

    • Fixed bug #77272 (imagescale() may return image resource on failure).

    • Fixed bug #77391 (1bpp BMPs may fail to be loaded).

    • Fixed bug #77479 (imagewbmp() segfaults with very large images).

  • ldap:

    • Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in libcrypto-1_1-x64.dll).

  • Mbstring:

    • Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution variable).

    • Fixed bug #77454 (mb_scrub() silently truncates after a null byte).

  • MySQLnd:

    • Fixed bug #77308 (Unbuffered queries memory leak).

    • Fixed bug #75684 (In mysqlnd_ext_plugin.h the plugin methods family has no external visibility).

  • Opcache:

    • Fixed bug #77266 (Assertion failed in dce_live_ranges).

    • Fixed bug #77257 (value of variable assigned in a switch() construct gets lost).

    • Fixed bug #77434 (php-fpm workers are segfaulting in zend_gc_addre).

    • Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).

    • Fixed bug #77287 (Opcache literal compaction is incompatible with EXT opcodes).

  • PCRE:

    • Fixed bug #77338 (get_browser with empty string).

  • PDO:

    • Fixed bug #77273 (array_walk_recursive corrupts value types leading to PDO failure).

  • PDO MySQL:

    • Fixed bug #77289 (PDO MySQL segfaults with persistent connection).

  • SOAP:

    • Fixed bug #77410 (Segmentation Fault when executing method with an empty parameter).

  • Sockets:

    • Fixed bug #76839 (socket_recvfrom may return an invalid 'from' address on MacOS).

  • SPL:

    • Fixed bug #77298 (segfault occurs when add property to unserialized empty ArrayObject).

  • Standard:

    • Fixed bug #77395 (segfault about array_multisort).

    • Fixed bug #77439 (parse_str segfaults when inserting item into existing array).

更新日志: http://www.php.net/ChangeLog-7.php

下载地址: http://www.php.net/download


以上所述就是小编给大家介绍的《PHP 7.2.15 & 7.3.2 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

算法引论

算法引论

[美]乌迪·曼博(Udi Manber) / 黄林鹏、谢瑾奎、陆首博、等 / 电子工业出版社 / 2010-1 / 36.00元

本书是国际算法大师乌迪·曼博(Udi Manber)博士撰写的一本享有盛誉的著作。全书共分12章:第1章到第4章为介绍性内容,涉及数学归纳法、算法分析、数据结构等内容;第5章提出了与归纳证明进行类比的算法设计思想;第6章到第9章分别给出了4个领域的算法,如序列和集合的算法、图算法、几何算法、代数和数值算法;第10章涉及归约,也是第11章的序幕,而后者涉及NP完全问题;第12章则介绍了并行算法;最后......一起来看看 《算法引论》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

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

HSV CMYK互换工具