.Ian Posted September 12, 2022 Posted September 12, 2022 Is there a list of server requirements anywhere? had a look, but I can't find one. I am aware of the script by @Ryan Ashbrook but am looking for a physical list of PHP plugins etc. Thanks
Marc Posted September 12, 2022 Posted September 12, 2022 There is no specific list available unfortunately. We require all standard PHP extensions (those which would be enabled by default), plus GD and MBString
.Ian Posted September 12, 2022 Author Posted September 12, 2022 Thanks. I recall that there were various recommend php extensions in addition? or bits like database format etc?
Solution Daniel F Posted September 12, 2022 Solution Posted September 12, 2022 'required' => array( 'dom', 'gd', 'mysqli', 'openssl', 'session', 'simplexml', 'xml', 'xmlreader', 'xmlwriter' ), 'advised' => array( 'phar', 'zip', 'exif' ), SeNioR- 1
Recommended Posts