summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-08-14 12:23:51 +0200
committerAnatol Belski <ab@php.net>2017-08-14 12:23:51 +0200
commit73d84d4bbd1c6b2dd856d0c4430ac8a8fd58b01a (patch)
treea3fea165524dc8fd5ca580215d061dfc8d0a4d13
parent4d936c1254cdb8db9a6203cec301839fc335d324 (diff)
downloadphp-git-73d84d4bbd1c6b2dd856d0c4430ac8a8fd58b01a.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 75a400968f..877015094d 100644
--- a/NEWS
+++ b/NEWS
@@ -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).