内容简介: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). (Pete...
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 二进制包和源码)
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Ubuntu MATE 推出树莓派版本
- Ubuntu MATE 推出树莓派版本
- Crytek正式推出游戏引擎CryEngine 5.5版本
- Go 語言 1.11 版本推出 go module
- 谷歌推出 ARCore 1.7 版本,增加 AR 滤镜
- Unity在最新版本中推出AR开发工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
编程语言实现模式
Terence Parr / 李袁奎、尧飘海 / 华中科技大学出版社 / 2012-3-20 / 72.00元
《编程语言实现模式》旨在传授开发语言应用(工具)的经验和理念,帮助读者构建自己的语言应用。这里的语言应用并非特指用编译器或解释器实现编程语言,而是泛指任何处理、分析、翻译输入文件的程序,比如配置文件读取器、数据读取器、模型驱动的代码生成器、源码到源码的翻译器、源码分析工具、解释器,以及诸如此类的工具。为此,作者举例讲解已有语言应用的工作机制,拆解、归纳出31种易于理解且常用的设计模式(每种都包括通......一起来看看 《编程语言实现模式》 这本书的介绍吧!