var_dump($sphinx)返回ERR_EMPTY_RESPONSE

WBOY
Release: 2016-06-06 20:07:23
Original
1025 people have browsed it

$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 错误处理

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!