Skip to content

Commit f88fb1a

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: fileinfo: Adjust value in test
2 parents df5d7ec + a4f85a5 commit f88fb1a

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 => 2097152,
1515
262144 => 2097152,
16-
524288 => 2097152,
16+
524288 => 4194304,
1717
1048576 => 4194304,
1818
2097152 => 6295552,
1919
4194304 => 10493952,

0 commit comments

Comments
 (0)