mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix GH-13688: Test curl_basic_008 can fail (#13693)
This commit is contained in:
@@ -6,7 +6,7 @@ TestFest 2009 - AFUP - Perrick Penet <perrick@noparking.net>
|
||||
curl
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$addr = "www.".uniqid().".".uniqid();
|
||||
$addr = "www.".uniqid().".invalid";
|
||||
if (gethostbyname($addr) != $addr) {
|
||||
print "skip catch all dns";
|
||||
}
|
||||
@@ -14,7 +14,7 @@ curl
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
$url = "http://www.".uniqid().".".uniqid();
|
||||
$url = "http://www.".uniqid().".invalid";
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_URL, $url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user