How should I check that and how should I install it?
I don't think phpinfo()
can help, is that true?
How should I check that and how should I install it?
I don't think phpinfo()
can help, is that true?
To check if SOAP is available you can use the following shell command:
php -i | grep soap
SOAP is a php extension, so if it's correctly installed it will appear in phpinfo()
. It looks like with DirectAdmin they have some custom scripts to rebuild apache/php. You would need to use those, and add --enable-soap
to the PHP configure line.