Skip to content

Commit 34f8bc8

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ext/sockets/tests/gh21161.phpt: skip if no ipv6 (#22403)
2 parents aa21625 + b15a786 commit 34f8bc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/sockets/tests/gh21161.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sockets
77
if (substr(PHP_OS, 0, 3) == 'WIN') {
88
die('skip.. Not valid for Windows');
99
}
10+
require 'ipv6_skipif.inc';
1011
?>
1112
--FILE--
1213
<?php

0 commit comments

Comments
 (0)