mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix curl_basic_022.phpt for libcurl 8.12.0
This commit is contained in:
commit
dd66bb9817
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-203
|
||||||
var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
|
var_dump(curl_getinfo($ch, CURLINFO_COOKIELIST));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
array(2) {
|
array(2) {
|
||||||
[0]=>
|
[0]=>
|
||||||
string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
|
string(38) ".php.net TRUE / FALSE %d C1 v1"
|
||||||
[1]=>
|
[1]=>
|
||||||
string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
|
string(38) ".php.net TRUE / FALSE %d C2 v2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue