Skip to content

Commit bc62b41

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: ext/fileinfo/tests/bug78987.phpt: increase a memory limit
2 parents 91b8457 + 4ded247 commit bc62b41

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 => 10612736,
1515
262144 => 10612736,
16-
524288 => 11898880,
16+
524288 => 12189696,
1717
1048576 => 12709888,
1818
2097152 => 14811136,
1919
4194304 => 19009536,

0 commit comments

Comments
 (0)