Skip to content

Commit fafdf74

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: fileinfo: Fix test value for s390x on travis-ci
2 parents d225770 + 8f75ab0 commit fafdf74

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)