com php-src: update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f39cabe610f61f5e1024e1eab1414458cafebe68 Author: Anatol Belski <[email protected]> Mon, 30 Jan 2017 22:34:14 +0100 Parents: bf0f53270f3deaf53b887fbd90971d9789dc9311 Branches: PHP-7.0 PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f39cabe610f61f5e1024e1eab1414458cafebe68 Log: update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 132a7fe..62d44b8 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,10 @@ PHP NEWS . Fixed bug #69899 (segfault on close() after free_result() with mysqlnd). (Richard Fussenegger) +- Opcache: + . Fixed bug #73983 (crash on finish work with phar in cli + opcache). + (Anatol) + - OpenSSL: . Fixed bug #71519 (add serial hex to return value array). (xrobau)