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

标签 linux nginx soap debian php-7

我需要在 Pressmatic 上启用 PHP7 中的 SOAP 客户端 docker 实例。我已经弄清楚如何让 apt-get install php7.0-soap 工作 adding 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

最佳答案

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

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

关于linux - 如何在 Pressmatic 上用 PHP 启用 SOAP 客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39995259/

相关文章:

linux - DD 脚本和操作数预期错误

linux - 如何预填充命令行输入

node.js - 配置 nginx-ingress 在字节到达时将其转发到底层 HTTP 服务

java - 使用 Java/PHP 桥和 XML-RPC 的优点和权衡

c++ - 使用 TPACKET_V2 时,Vlan id 设置为 0

c - 他们有任何基于 GRE 的开源项目吗?

nginx - 使用 Nginx 的规范 URL

nginx - 如果查询存在 Nginx,如何在每个位置添加标题

java - 仍然无法从端点访问 SoapHeader

作为 jar 运行时的 spring-boot-starter-ws 性能