summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-15 17:46:34 +0100
committerAnatol Belski <ab@php.net>2018-01-15 17:46:34 +0100
commit47941976b7dee262cd879701fac2849e1220c835 (patch)
treec32ac98d977ae1a62a0bea799bbc14133264a78a
parent2d4fb56c1d333069fa847d6e7c1f415fa41f631e (diff)
downloadphp-git-47941976b7dee262cd879701fac2849e1220c835.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83bbd1162d..114e8ef953 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #75079 (self keyword leads to incorrectly generated TypeError when
in closure in trait). (Nikita)
+- FCGI:
+ . Fixed bug #75794 (getenv() crashes on Windows 7.2.1 when second parameter is
+ false). (Anatol)
+
- IMAP:
. Fixed bug #75774 (imap_append HeapCorruction). (Anatol)