【发布时间】:2020-07-10 10:51:54
【问题描述】:
我在肝脏服务器特别是 cpanel 中安装 gRPC for PHP 时遇到问题,
版本 PHP 7.2
The requested client requires the gRPC extension. Please see https://cloud.google.com/php/grpc for installation instructions.
- 我很清楚如何在本地主机上安装它
【问题讨论】:
我在肝脏服务器特别是 cpanel 中安装 gRPC for PHP 时遇到问题,
版本 PHP 7.2
The requested client requires the gRPC extension. Please see https://cloud.google.com/php/grpc for installation instructions.
【问题讨论】:
找到解决方案,
gRPC 扩展可用于 VPS 和专用服务器,因为它需要 root 访问权限才能安装。大多数共享服务器对可以在服务器上安装或使用的 php 模块的访问权限有限.
【讨论】: