Browse Source

Fixed notice breaking the test.

pull/271/head
Shein Alexey 15 years ago
parent
commit
11f667e82d
  1. 2
      ext/curl/tests/bug48207.phpt

2
ext/curl/tests/bug48207.phpt

@ -18,7 +18,7 @@ $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
if(!empty($host)) {
// Use the set Environment variable
$url = "$host/get.php";
$url = "$host/get.php?test=1";
} else {

Loading…
Cancel
Save