summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f8fff0b91..275de4dc0c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,10 @@ PHP NEWS
- Core:
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
- . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly triggered). (Julien)
+ . Fixed bug #68185 ("Inconsistent insteadof definition."- incorrectly
+ triggered). (Julien)
+ . Fixed bug #68091 (Some Zend headers lack appropriate extern "C" blocks).
+ (Adam)
- FPM:
. Fixed bug #68420 (listen=9000 listens to ipv6 localhost instead of all