com php-src: Add missing NEWS: NEWS
[email protected] (Christopher Jones)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: c73bcb0c6c79326d61f3e102e8682d9a2afd18f0 Author: Christopher Jones <[email protected]> Wed, 12 Apr 2017 14:04:24 +1000 Parents: 241cf47400862d4fe60b63b19ee3c26497ba9f2e Branches: PHP-7.1 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c73bcb0c6c79326d61f3e102e8682d9a2afd18f0 Log: Add missing NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 0044ae9..d5a2531 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,9 @@ PHP NEWS - iconv: . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol) +- OCI8: + . Fixed uninitialized data causing random crash. (Dmitry) + - Opcache: . Fixed bug #74250 (OPcache compilation performance regression in PHP 5.6/7 with huge classes). (Nikita)