fix tests
authorMichael Wallner <mike@php.net>
Tue, 29 Dec 2009 12:20:03 +0000 (12:20 +0000)
committerMichael Wallner <mike@php.net>
Tue, 29 Dec 2009 12:20:03 +0000 (12:20 +0000)
tests/HttpRequest_003.phpt
tests/redirect_012_logging.phpt

index 0f148a0ec6a9587d51c9149f2920edea619c96ec..723091afeb3b986c415febde477dea46190e37b3 100644 (file)
@@ -11,7 +11,7 @@ skipif(!http_support(HTTP_SUPPORT_SSLREQUESTS), 'need ssl-request support')
 <?php
 echo "-TEST\n";
 $o = array('redirect' => '3', 'ssl' => array('version' => '3', 'verifyhost' => '1'));
-$r = new HttpRequest('https://ssl.arweb.info/iworks/data.txt');
+$r = new HttpRequest('https://ssl.irmler.at/iworks/data.txt');
 $r->setOptions($o);
 $r->send();
 var_dump($r->getResponseBody());
index 2735172f23504e54c0d7c6c5824f7009056b46bd..bacac45c62b1e38075fc37f3bf83a4fc07df5290 100644 (file)
@@ -5,6 +5,7 @@ logging redirects
 include 'skip.inc';
 checkcgi();
 checkmin("5.2.5");
+checkext("session");
 ?>
 --ENV--
 HTTP_HOST=example.com