diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2017-10-10 13:55:45 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2017-10-10 13:56:47 +0200 |
commit | fee21a45dfe2c9d5df32371cb82ea714eeee547e (patch) | |
tree | 09140a4e2b7a76b1c3d97e657c216a4447e097f8 | |
parent | 30f121f9bc626a87795bba0df4049cb7e32153dd (diff) | |
parent | c8eccf84515b4e8624dbe84a85663471883d4482 (diff) | |
download | php-git-fee21a45dfe2c9d5df32371cb82ea714eeee547e.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ci skip] Add NEWS entry for bug #75349
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ PHP NEWS . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob) . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea) . Fixed bug #75063 (Main CWD initialized with wrong codepage). (Anatol) + . Fixed bug #75349 (NAN comparison). (Sara) - cURL: . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support). |