PHP 7.1.0 Alpha 2 发布了,该版本为测试版本,不建议在实际的生产环境中使用,但希望开发者积极参与测试,报告其问题。以下是该版本的一些核心改进信息:
. Implemented RFC: Replace "Missing argument" warning with "Too few
arguments" exception. (Dmitry)
. Implemented RFC: Fix inconsistent behavior of $this variable. (Dmitry)
. Fixed bug #72441 (Segmentation fault: RFC list_keys). (Laruence)
. Fixed bug #72395 (list() regression). (Laruence)
. Fixed bug #72373 (TypeError after Generator function w/declared return type
finishes). (Nikita)
. Fixed bug #69489 (tempnam() should raise notice if falling back to temp dir).
(Laruence, Anatol)
. Fixed UTF-8 and long path support on Windows. (Anatol)
. Fixed bug #72268 (Integer Overflow in nl2br()). (Stas)
. Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
json_utf8_to_utf16()). (Stas)
. Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
. Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)
了解更多改进信息,可以查看这里。
引用来自“_sunbay”的评论
说好的JIT呢https://github.com/zendtech/php-src/tree/zend-jit/ext/opcache/jit
希望俄罗斯人Dmitry Stogov领导开发的Zend-JIT(鸟哥也是代码贡献者)能够让PHP计算性能比肩V8!
引用来自“我不是会员”的评论
php 7.0---7.1有哪些变化啊引用来自“开源中国总统”的评论
同问@eechenhttps://wiki.php.net/rfc
Laruence鸟哥又修复了PHP7.1的3个bug.
这里可以看到鸟哥(Xinchen Hui)的工作状态哦:
https://git.php.net/?p=php-src.git;a=search;s=Xinchen+Hui;st=author