]> granicus.if.org Git - php/commitdiff
Update curl_multi_info_read.phpt
authormarcosptf <marcosptf@yahoo.com.br>
Wed, 26 Oct 2016 15:01:30 +0000 (13:01 -0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2016 15:01:30 +0000 (13:01 -0200)
ext/curl/tests/curl_multi_info_read.phpt

index bf36f35c740f77290374df7d6638a2edb05cc9af..6ae74ed29c1df9915526f0e6a782ed1622c527d3 100644 (file)
@@ -10,8 +10,8 @@ if (!extension_loaded('curl'))
 --FILE--
 <?php
 $urls = array(
-    "it.yahoo.com/",
-    "fr.yahoo.com/"
+    "bugs.php.net",
+    "pear.php.net"
 );
 
 $mh = curl_multi_init();