PHP 7.3.0 RC4 发布,下个版本 RC5 计划于11月推出

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

PHP 7.3.0 RC4 发布了 ,这是 PHP 7.3.0 系列的预览版,下个版本 7.3.0 RC5 计划将于11月8日推出。

更新内容如下

- Core:

. Fixed bug #77035 (The phpize and ./configure create redundant .deps file).

(Peter Kokot)

. Fixed bug #77041 (buildconf should output error messages to stderr)

(Mizunashi Mana)

- Date:

. Updated timelib to 2018.01RC1 to address several bugs: (Derick)

. Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format

specifier). (Derick)

. Fixed bug #75642 (Wrap around behaviour for microseconds is not working).

(Derick)

. Fixed bug #77007 (fractions in `diff()` are not correctly normalized).

(Derick)

- Mbstring:

. Fixed bug #77025 (mb_strpos throws Unknown encoding or conversion error).

(Nikita)

- Tidy:

. Fixed bug #77027 (tidy::getOptDoc() not available on Windows). (cmb)

- Tokenizer:

. Fixed bug #76991 (Incorrect tokenization of multiple invalid flexible

heredoc strings). (Nikita)

- XML:

. Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)

. Add support for getting SKIP_TAGSTART and SKIP_WHITE options. (cmb)

- XMLRPC:

. Fixed bug #75282 (xmlrpc_encode_request() crashes). (cmb)

下载地址:https://downloads.php.net/~cmb/(源码)、https://windows.php.net/qa/(Windows 二进制包和源码)


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

多任务下的数据结构与算法

多任务下的数据结构与算法

周伟明 / 华中科技 / 2006-4 / 58.00元

本书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法;另外,还增加了复合数据结构和动态数据结构等新内容的介绍。在复合数据结构中不仅介绍了哈希链表、哈希红黑树、哈希AVL树等容器,还介绍了复合数据结构的通用设计方法;在动态数据结构中主要介绍了动态环形队列、动态等尺寸内存管理算法。在内存......一起来看看 《多任务下的数据结构与算法》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具