com php-src: update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6f2d33a2397777056c8dea0e05ca4b8ffae3248f Author: Anatol Belski <[email protected]> Tue, 28 Mar 2017 11:43:54 +0200 Parents: 6508320936ab5e9694b7d282a57462179a0fb1bc Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6f2d33a2397777056c8dea0e05ca4b8ffae3248f Log: update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index ae0f6e0..c0220fd 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ PHP NEWS . Fixed bug #74004 (LIBXML_NOWARNING flag ingnored on loadHTML*). (somedaysummer) +- iconv: + . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol) + - Opcache: . Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7 with huge classes). (Nikita)