summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJerome Loyet <fat@php.net>2012-09-27 23:54:35 +0200
committerJerome Loyet <fat@php.net>2012-09-27 23:54:35 +0200
commit75c63c5503b1c6b72e5e1daf5b4bfd02c68a4b79 (patch)
tree8c89000484f1e206b762415cc9a4d9eab443acb9 /NEWS
parenta9db9efa0c98c5fa344432fc7b939e895296256e (diff)
downloadphp-git-75c63c5503b1c6b72e5e1daf5b4bfd02c68a4b79.tar.gz
- Fixed bug #62954 (startup problems fpm / php-fpm)
- Fixed bug #62886 (PHP-FPM may segfault/hang on startup)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 191264b614..354353ff72 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #60909 (custom error handler throwing Exception + fatal error
= no shutdown function). (Dmitry)
+- FPM:
+ . Fixed bug #62954 (startup problems fpm / php-fpm). (fat)
+ . Fixed bug #62886 (PHP-FPM may segfault/hang on startup). (fat)
+
- Intl:
. Fix bug #62915 (defective cloning in several intl classes). (Gustavo)