summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2012-09-28 15:26:53 -0400
committerPierrick Charron <pierrick@php.net>2012-09-28 15:26:53 -0400
commitec3619239025979977e4bbe0998e03eff0afacf4 (patch)
tree7bd875fa437da6e786ca5b4a4a8fed7e64912736
parent936553d666405bc783511979b17d78d51905b9cd (diff)
downloadphp-git-ec3619239025979977e4bbe0998e03eff0afacf4.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83abf0177f..a05085299b 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)
+- cURL:
+ . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
+ cause cpu Soaring). (Pierrick)
+
- FPM:
. Fixed bug #62954 (startup problems fpm / php-fpm). (fat)
. Fixed bug #62886 (PHP-FPM may segfault/hang on startup). (fat)