summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-20 16:22:31 -0700
committerStanislav Malyshev <stas@php.net>2014-04-20 16:23:43 -0700
commit6bad228b4e0c2429bc2f62f447b56ac54c2f5b04 (patch)
tree455628176f99b36704725436751eaed8a4475961 /NEWS
parent5addf223d597c56638a34f9ef0061d454e748abe (diff)
parent49341e992ad7f8eb7f94d4c946fb74f8e33e7e75 (diff)
downloadphp-git-6bad228b4e0c2429bc2f62f447b56ac54c2f5b04.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix #66908: php-fpm reload leaks epoll_create() file descriptor
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85ebf26dda..660ea4e21a 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP NEWS
. Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag,
not only the subset). (Anatol)
+- FPM:
+ . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor).
+ (Julio Pintos)
+
?? ??? 2014, PHP 5.5.12
- Core:
. Fixed bug #61019 (Out of memory on command stream_get_contents). (Mike)