我需要启用 shmop PHP模块来实现共享内存系统。
但是, WHM 并未通过 EasyApache 在详尽的模块列表中提供shmop。
如何在WHM中启用shmop?
答案 0 :(得分:0)
使用shmop在配置行中使用--enable-shmop
参数编译PHP。
首先为此PHP扩展创建自定义配置标志:
/var/cpanel/easy/apache/rawopts/all_php5
如果您收到文件已存在消息,请编辑以下内容:
/var/cpanel/easy/apache/rawopts/.all_php5.swp
并添加以下行:
--enable-shmop
然后运行EasyApache来完成安装
<强> Ressources 强>