搜索

大约有 17 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1965秒)

11.升级php5.5就报错了

更新时间:2014-04-03 10:04 t By lzc2523700

fsockopen(): (2) thrown in F:\WWW\trunk\shikee\libs\xunsearch\lib\XS.php on line 544 我本地升级完PHP就出错了(升级到5.5) 我服务器上运行没问题。我本地用就出问题了,我本地用的是服务器的

12.RE: 搜索骨架代码测试时报错

发布时间:2011-10-17 11:10 t By hightman

...,给了777的权限还报这个错误。求解。 [/quote] 这是 fsockopen 返回的错误,无权限连接?是不是你的PHP限制了SOCKET连接?

13.xunsearch 的 8383/8384 两个端口做什么用

发布时间:2011-10-17 17:10 t By mengfanchao

xunsearch 的 8383/8384 两个端口做什么用,为什么,我的fsockopen()localhost:8384 会链接不上。 服务启动时显示这个: INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping server[xs...

14.RE: ./sdk/php/util/Indexer.php --source=csv --clean demo

发布时间:2012-04-27 11:04 t By hightman

进入源码看看吧,好像你的 fsockopen() 返回了 null,根据PHP手册讲不可能这个返回值的

15.RE: xunsearch 的 8383/8384 两个端口做什么用

更新时间:2011-10-18 11:10 t By mengfanchao

...用 xunsearch 的 8383/8384 两个端口做什么用,为什么,我的fsockopen()localhost:8384 会链接不上。 服务启动时显示这个: INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-indexd] ... (BIND:127.0.0.1:8383) INFO: stopping ser...

16.XSServer::connect

... $host = 'unix://' . $conn; $port = -1; } if (($sock = @fsockopen($host, $port, $errno, $error, 5)) === false) { throw new XSException($error . '(C#' . $errno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); ...

17.XSServer

... $host = 'unix://' . $conn; $port = -1; } if (($sock = @fsockopen($host, $port, $errno, $error, 5)) === false) { throw new XSException($error . '(C#' . $errno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); ...

12
  • 时间不限
  • 按相关性排序