PHP的致命错误:调用未定义的函数msg_get_queue()的 [英] PHP Fatal error: Call to undefined function msg_get_queue() in

查看:1820
本文介绍了PHP的致命错误:调用未定义的函数msg_get_queue()的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图调用msg_get_queue()在CentOS的64位服务器。

I'm trying to call the msg_get_queue() in a CentOS 64 bits server.

我已经下载了PHP源和我有以下的步骤编译PCNTL扩展:

I've downloaded the php sources and i have compiled the pcntl extensions following the steps:

phpize
./configure
make
cp modules/* /usr/lib64/php/modules/
cp modules/* /usr/lib/php/modules/

当我运行-m模块出现在列表中的PHP。有没有办法解决这个问题,而无需编译PHP使用--enable-sysvmsg的方式?

When i run php -m the module appears in the list. Is there a way to solve this problem without compiling php with the --enable-sysvmsg?

推荐答案

没有,你必须使用编译 - 启用 - sysvmsg

No, you must compile it with --enable-sysvmsg.

这篇关于PHP的致命错误:调用未定义的函数msg_get_queue()的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆