summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2014-06-12 18:12:53 -0700
committerAdam Harvey <aharvey@php.net>2014-06-12 18:12:53 -0700
commitb51f82f2607af220a197ce435a571b2e11cfbbfa (patch)
tree4e8148c0cfd1cf3e74ebbb93b64052153016298a /NEWS
parentfe676748091e3329a8c8b053b7ce6fd41ae264e6 (diff)
downloadphp-git-b51f82f2607af220a197ce435a571b2e11cfbbfa.tar.gz
Follow 308 Permanent Redirect responses.
Fixes bug #67430 (http:// wrapper doesn't follow 308 redirects).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 83428f0f3a..24253a877c 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP NEWS
. Implemented FR #67429 (CLI server is missing some new HTTP response codes).
(Adam)
+- Streams:
+ . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)
+
?? ??? 2014, PHP 5.4.30
- Core: