mirror of
https://github.com/librespeed/speedtest.git
synced 2026-05-13 08:16:36 +00:00
* Initial plan * Fix PHP version check to require PHP 8.1.0+ for geoip2.phar Changed from PHP_MAJOR_VERSION >= 8 to PHP_VERSION_ID >= 80100 to match the actual requirement of geoip2.phar which needs PHP 8.1.0 or higher. This prevents HTTP 500 errors on PHP 8.0.x installations. Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| country_asn.mmdb | ||
| empty.php | ||
| garbage.php | ||
| geoip2.phar | ||
| getIP.php | ||
| getIP_ipInfo_apikey.php | ||
| getIP_util.php | ||