Craft CMS requires the following PHP modules / extensions. Some of them I am not certain CP installs.
Craft requires the following PHP extensions:
ctype
cURL
GD or ImageMagick. ImageMagick is preferred.
iconv
JSON
Multibyte String
OpenSSL
PCRE
PDO MySQL Driver or PDO PostgreSQL Driver
PDO
Reflection
SPL
Zip
DOM
Specifically, I didn’t see these PHP extensions when I ran the following command on terminal:
dpkg --get-selections | grep -v deinstall | grep php
PDO
reflection
multibyte string
zip
dom
OpenSSL
PCRE
sbl
What’s the way to go about adding additional PHP extensions on Cyberpanel? Is it even an option?
Thanks very much.
Jonathan