1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 PHP 7.2.0 alpha3 发布,Bug 修复 下载

本帖由 漂亮的石头2017-07-04 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,984
    赞:
    47
    PHP 7.2.0 alpha3 已发布,主要是针对 Core、CLI、OpenSSL、SPL、Session、Standard、zlib 这方面的 bug 修复,详细更新如下:

    - Core:
    . Fixed bug #74780 (parse_url() broken when query string contains colon).
    (jhdxr)
    . Fixed bug #74761 (Unary operator expected error on some systems). (petk)
    . Allow loading PHP/Zend extensions by name in ini files (extension=<name>).
    (francois at tekwire dot net)
    . Added object type annotation. (brzuchal)
    . Fixed bug #74815 (crash with a combination of INI entries at startup).
    (Anatol)
    . Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken).
    (Dmitry)
    . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
    zval_get_type). (Nikita)

    - CLI:
    . Fixed bug #74849 (Process is started as interactive shell in PhpStorm).
    (Anatol)

    - OpenSSL:
    . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
    (Anatol)

    - SPL:
    . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)
    . Fixed bug #71412 (Incorrect arginfo for ArrayIterator::__construct).
    (tysonandre775 at hotmail dot com)

    - Session:
    . Fixed bug #74514 (5 session functions incorrectly warn when calling in
    read-only/getter mode). (Yasuo)

    - Standard:
    . Add support for extension name as argument to dl().
    (francois at tekwire dot net)

    - zlib:
    . Fixed bug #73944 (dictionary option of inflate_init() does not work).
    (wapmorgan)
    . Expose inflate_get_status() and inflate_get_read_len() functions.
    (Matthew Trescott)
    PHP 7.2.0 alpha3 发布,Bug 修复下载地址
     
正在加载...