Hello,
I’m trying to install dolibarr with image php:8.2.20-zts-alpine3.20, but i’m facing an issue with xml.
The following page http://localhost:8080/install/check.php?testget=ok
return an ko on xml:
your php installation does not support xml functions
I’ve installed this package:
- php82-xml
- php82-xmlreader
- php82-xmlwriter
But not the xmlrpc because not available on this version of alpine / php. Is it problematic for dolibarr to work ?