Closed furhouse closed 6 years ago
The minimum PHP version has since been raised to 5.6.4 and I did not notice any errors on my instance running PHP 7.2.
I added php7.2-xml and php7.2-zip: https://github.com/jarischaefer/docker-librenms/commit/3f5d9223a95b5bc7c5a1917e6edd4140d97e6d0c
Okay, I should've digged some more, it seems mcrypt has also been marked optional upstream, 17 days ago (after the release of 1.34). Good catch re: the zip extension. :+1:
I guess the validate.php message regarding mcrypt can be ignored until they fix it.
PHP 7.2 isn't supported yet, and running validate.php will throw up an error since the mcrypt extension is missing:
(Also misses XML, but at least that package is available as php7.2-xml).