summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2012-09-28 15:28:37 -0400
committerPierrick Charron <pierrick@php.net>2012-09-28 15:28:37 -0400
commitf495e9305716a6b2ce448e56cf463169b196d08c (patch)
treefea44c0d94ebe97c1e791e4cd9179e259afb876d
parenta2a82201277259a50f064c5b46983cf99e974198 (diff)
parentec3619239025979977e4bbe0998e03eff0afacf4 (diff)
downloadphp-git-f495e9305716a6b2ce448e56cf463169b196d08c.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca00e47b45..e8ad1737a2 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP NEWS
. Fixed bug #60723 (error_log error time has changed to UTC ignoring default
timezo). (Laruence)
+- cURL:
+ . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
+ cause cpu Soaring). (Pierrick)
+
- DOM:
. Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler). (Rob)