Skip to content

Commit b2d69e6

Browse files
iluuu1994ju1ius
authored andcommitted
Fix curl_basic_009.phpt for newer curl versions
1 parent db37f72 commit b2d69e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/curl_basic_009.phpt

Lines changed: 1 addition & 1 deletion
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)