mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: 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