summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)