what php extensions should be enabled?

cwe

Well-known member
I've just now installed XF on a dedicated server. XF reports:

PHP version 7.3.2
...
Suhosin enabled No
Imagick support No
EXIF support No
GZip support Yes
mbstring support Yes
gmp support No
ZipArchive support Yes

I understand that I need to enable gmp support for the push notifications. Are any of the other currently disabled items needed or desirable to enable for XF?
 
This is what’s recommended:

  • PHP extensions: MySQLi, GD (with JPEG support), PCRE, cURL, SPL, SimpleXML, DOM, JSON, iconv, ctype
 
Top Bottom