summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-11-23 16:18:04 -0800
committerStanislav Malyshev <stas@php.net>2014-11-23 16:18:04 -0800
commit05394d6056d0798d8b34f90a4a043572e18b470f (patch)
tree57031d7853ae1ff9f72d3ab675947632ca6efcf7
parent9ef264504d32f0218db302a8c16939165ee04a8f (diff)
downloadphp-git-05394d6056d0798d8b34f90a4a043572e18b470f.tar.gz
update NEWS
-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