如何在Pressmatic上使用PHP启用SOAP客户端

时间:2016-10-12 09:34:15

标签: linux nginx soap debian php-7

我需要在Pressmatic Docker实例上启用PHP7中的SOAP客户端。我已经弄清楚如何apt-get install php7.0-soapadding the proper repositories工作。

不幸的是,我无法弄清楚接下来的步骤。 SOAP客户端在phpinfo()中仍然不可见。

该机器正在运行PHP 7.0.3和nginx。

lsb_release -a给了我这个:

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.4 (jessie)
Release:    8.4
Codename:   jessie

1 个答案:

答案 0 :(得分:0)

您需要使用CLI在NGINX中安装此模块。

请参阅:How do I enable --enable-soap in php on linux?