Fixed stream wrapper in PhpHttpRequest
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Wed, 23 Oct 2013 15:32:13 +0000 (15:32 +0000)
committerParent5446 <tylerromeo@gmail.com>
Fri, 3 Jan 2014 09:01:42 +0000 (09:01 +0000)
commit499e5fd4877416c65d71118bff5d769b75883cb0
tree86633f6849c26b740b359ea182b48fd58f4fa75a
parentf50d3eb61e493fdb95436de6622c980165e1b861
Fixed stream wrapper in PhpHttpRequest

Issue introduced when SSL verification was added to PHPHttpRequest.
For HTTP and HTTPS stream, PHP expects "http" as the steam context
name, regardless of SSL.

Change-Id: I12c5d3d9aded6e704ebabe85b86e556fd0e99479
Follows-Up: 1c927b1df2a (Iab2bda1ebc)
Bug: 56047
includes/HttpFunctions.php