PHP Extensions
Following extensions should be enabled for your PHP setupLibrary | Requirement |
---|---|
GD | Mandatory |
IMAP | Mandatory |
Zlib | Mandatory |
SMTP | Mandatory |
CURL | Mandatory |
mbstring | Mandatory |
It is recommended to have php.ini values set as below. You still proceed with the installation if php.ini requirements are not met. This can be adjusted later.
If you face any issues with CTMobile extension installation/activation - you should then update your php.ini to recommended settings.
Minimum Requirement | Recommended Value | |
---|---|---|
default_socket_timeout | 60 | 600 |
max_execution_time | 60 | 600 |
max_input_time | 60 | 600 |
memory_limit | 256M | 1024M |
post_max_size | 12M | 50M |
upload_max_filesize | 12M | 50M |
max_input_vars | 10000 | 10000 |