com php-src: update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 6a8e7d54084610ba9494621e1b2448ce51595ace Author: Anatol Belski <[email protected]> Mon, 30 Jan 2017 22:35:46 +0100 Parents: 7a89dd8067ea18f8e8897c34861f4900c493e5e6 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a8e7d54084610ba9494621e1b2448ce51595ace Log: update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 6e075da..cc6e439 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,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) . Fixed bug #73692 (Compile ext/openssl with openssl 1.1.0 on Win). (Anatol)