Skip to content

Commit 20bff2f

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: fileinfo: Fix test value for s390x on travis-ci
2 parents d09df2a + 1399e08 commit 20bff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/tests/bug78987.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $maxSize = 16 * 1024 * 1024;
1313
$map = array(
1414
131072 => 9113600,
1515
262144 => 9113600,
16-
524288 => 9113600,
16+
524288 => 10850304,
1717
1048576 => 11210752,
1818
2097152 => 13312000,
1919
4194304 => 17510400,

0 commit comments

Comments
 (0)