From 1388ecd551f0fa5c0029cdbbd8b72e11cedf7097 Mon Sep 17 00:00:00 2001 From: op-simoneromeo <284916543+op-simoneromeo@users.noreply.github.com> Date: Fri, 29 May 2026 13:29:21 +0800 Subject: [PATCH] Document PHP 8 compatibility target --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83f6f43..c1f49a8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Compass is a GPS tracking server that stores data in [flat files](https://github * PHP 5.5 or above * MySQL (for storing user accounts and lists of databases, not for storing the actual location data) +This branch has been verified for PHP 8 compatibility, including PHP 8.0 and +PHP 8.4. + ### PHP extensions You'll need to make sure the following PHP extensions are installed. Typically these are installed using the package manager of your operating system.