1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 20:11:02 +02:00

[ci skip] update NEWS

This commit is contained in:
Anatol Belski
2017-08-14 12:23:51 +02:00
parent 4d936c1254
commit 73d84d4bbd

1
NEWS
View File

@@ -6,6 +6,7 @@ PHP NEWS
. Fixed bug #74947 (Segfault in scanner on INF number). (Laruence)
. 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)
- cURL:
. Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).