com php-src: Add missing NEWS: NEWS
[email protected] (Christopher Jones)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 28ddfbb892168fc51ce25b0133e513953a78e66b Author: Christopher Jones <[email protected]> Wed, 12 Apr 2017 13:23:19 +1000 Parents: 8bba2df2ebcae963a87721c6898721cd1183c2b1 Branches: PHP-7.0 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=28ddfbb892168fc51ce25b0133e513953a78e66b Log: Add missing NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 68ba3b7..4b8ed94 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,9 @@ PHP NEWS - iconv: . Fixed bug #74230 (iconv fails to fail on surrogates). (Anatol) +- OCI8: + . Fixed uninitialized data causing random crash. (Dmitry) + - OpenSSL: . Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work). (Jakub Zelenka)