Fix Bug #29231: PhpHttpRequest doesn't support HTTPS
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 1 Jun 2011 18:57:33 +0000 (18:57 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 1 Jun 2011 18:57:33 +0000 (18:57 +0000)
commit623083aa78143cac917fd430ff294d5285ecb9b9
tree27bc85a9f2e526a4e383857e99c7d339c0ab6a49
parent289af6c964b8309e77545dc8c3797dc6f160975a
Fix Bug #29231: PhpHttpRequest doesn't support HTTPS

Tested fix with PHPUnit Tests that aren't currently executed by
CruiseControl b/c they're marked “broken” till someone comes up with
some reasonable unit tests that will work for everyone.
includes/HttpFunctions.php
tests/phpunit/includes/HttpTest.php