Skip to content

Commit 3af76b2

Browse files
committed
Fix curl_basic_009.phpt for newer curl versions
1 parent 4833b84 commit 3af76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/curl_basic_009.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl
77
--FILE--
88
<?php
99

10-
$url = substr(uniqid(),0,7)."://www.".uniqid().".".uniqid();
10+
$url = substr(uniqid(),0,7)."://www.example.com";
1111
$ch = curl_init();
1212
curl_setopt($ch, CURLOPT_URL, $url);
1313

0 commit comments

Comments
 (0)