mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: fileinfo: Fix test value for s390x on travis-ci
This commit is contained in:
@@ -13,7 +13,7 @@ $maxSize = 16 * 1024 * 1024;
|
||||
$map = array(
|
||||
131072 => 9113600,
|
||||
262144 => 9113600,
|
||||
524288 => 9113600,
|
||||
524288 => 10850304,
|
||||
1048576 => 11210752,
|
||||
2097152 => 13312000,
|
||||
4194304 => 17510400,
|
||||
|
||||
Reference in New Issue
Block a user