com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: c240feb7f4471d26b9622f48990e78203145fca6 Author: Nikita Popov <[email protected]> Fri, 17 Feb 2017 18:43:50 +0100 Parents: aa1d92e3e5189b34625b61c62dfd7bc441d4fbf0 513582814b0ca82d81eb6b98897d745e0f0eebf5 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c240feb7f4471d26b9622f48990e78203145fca6 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS Diff: diff --cc NEWS index 60d961e,6f9c15c..8f0fb75 --- a/NEWS +++ b/NEWS @@@ -46,9 -52,10 +46,11 @@@ PH - Standard: . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol) + . Fixed bug #74041 (substr_count with length=0 broken). (Nikita) . Fixed bug #73118 (is_callable callable name reports misleading value for anonymous classes). (Adam Saponara) + . Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is + not available). (Benjamin Robin) - Streams: . Fixed bug #73496 (Invalid memory access in zend_inline_hash_func).