Skip to content

Commit 2954678

Browse files
committed
fix test
1 parent bf03427 commit 2954678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/ftp/tests/gh20601.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
GH-20601 (ftp_connect timeout overflow)
33
--EXTENSIONS--
44
ftp
5+
--SKIPIF--
6+
<?php
7+
if (PHP_INT_SIZE != 8) die("skip: 64-bit only");
8+
?>
59
--FILE--
610
<?php
711
try {

0 commit comments

Comments
 (0)