1
0
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:
Anatol Belski
2021-09-19 16:04:47 +02:00
+1 -1
View File
@@ -13,7 +13,7 @@ $maxSize = 16 * 1024 * 1024;
$map = array(
131072 => 9113600,
262144 => 9113600,
524288 => 9113600,
524288 => 10850304,
1048576 => 11210752,
2097152 => 13312000,
4194304 => 17510400,