mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GH-13688: Test curl_basic_008 can fail (#13693)
This commit is contained in:
commit
9e476775e2
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue