Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 12, 20222 yr 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
September 12, 20222 yr Community Expert There is no specific list available unfortunately. We require all standard PHP extensions (those which would be enabled by default), plus GD and MBString
September 12, 20222 yr Author Thanks. I recall that there were various recommend php extensions in addition? or bits like database format etc?
September 12, 20222 yr Community Expert Solution 'required' => array( 'dom', 'gd', 'mysqli', 'openssl', 'session', 'simplexml', 'xml', 'xmlreader', 'xmlwriter' ), 'advised' => array( 'phar', 'zip', 'exif' ),