【发布时间】:2015-08-05 06:07:54
【问题描述】:
我已经为我的 Apache/CodeIgniter 服务器设置了 gearman。
我在运行时得到了这个输出:
php -i | grep 齿轮人
我可以使用命令行创建 GearmanClient。
$gmclient = new GearmanClient();
$gmclient->addServer($id);
我无法在 CodeIgniter 控制器中创建 GearmanClient。 不断收到此错误:
找不到类 GearmanClient。
【问题讨论】:
标签: php codeigniter classnotfoundexception gearman