diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-20 16:22:31 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-20 16:23:43 -0700 |
commit | 6bad228b4e0c2429bc2f62f447b56ac54c2f5b04 (patch) | |
tree | 455628176f99b36704725436751eaed8a4475961 /NEWS | |
parent | 5addf223d597c56638a34f9ef0061d454e748abe (diff) | |
parent | 49341e992ad7f8eb7f94d4c946fb74f8e33e7e75 (diff) | |
download | php-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |