Home  >  Article  >  Backend Development  >  var_dump($sphinx)返回ERR_EMPTY_RESPONSE

var_dump($sphinx)返回ERR_EMPTY_RESPONSE

WBOY
WBOYOriginal
2016-06-06 20:07:231073browse

$sphinx=new SphinxClient();
var_dump($sphinx);
返回:

var_dump($sphinx)返回ERR_EMPTY_RESPONSE
SphinxClient类的其它方法可以正常使用,也能匹配到结果,就是这个问题,之前没什么问题,重新安装了一次就这样了(CentOS7),是哪里配置出问题了吗
求解,谢谢诸位

回复内容:

$sphinx=new SphinxClient();
var_dump($sphinx);
返回:

var_dump($sphinx)返回ERR_EMPTY_RESPONSE
SphinxClient类的其它方法可以正常使用,也能匹配到结果,就是这个问题,之前没什么问题,重新安装了一次就这样了(CentOS7),是哪里配置出问题了吗
求解,谢谢诸位

遇到这种无法判断的问题,正确的做法应该是找php错误日志,log会写的很清楚的
PHP 错误处理

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn