diff options
author | Adam Harvey <aharvey@php.net> | 2014-06-12 18:12:53 -0700 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-06-12 18:12:53 -0700 |
commit | b51f82f2607af220a197ce435a571b2e11cfbbfa (patch) | |
tree | 4e8148c0cfd1cf3e74ebbb93b64052153016298a /NEWS | |
parent | fe676748091e3329a8c8b053b7ce6fd41ae264e6 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |