emcniece/docker-wordpress

Feature request: SOAP client php-exstention

dc232 opened this issue · 0 comments

dc232 commented

Hi, can you please add soap client PHP extension for WooCommerce
currently, it says

SoapClient: |   | Your server does not have the SoapClient class enabled - some gateway plugins which use SOAP may not work as expected.

This can be found via woocommerce --> status --> SoapClient

I think the code to be added to docker-file is
&& docker-php-ext-install soap /
To rectify the problem

There may be other dependencies required to install the extension,
a quick google search seems to suggest
soap: libxml2-dev on a Debian based system
Most of the google results seem to suggest a Debian based solutions. Maybe worth a shot with the code above?