不知你有没有注意到 configure 的结果里,总是显示 checking if zts is enabled... no 问题应该是在这儿 我这儿的FREEBSD,LINUX都是正常的,PHP 4.4.X和PHP5.2.X都测试过~ 查看一下 /usr/local/php/include/php/main/php_config.php 里面是否有 #define ZTS 1 ...
...直接运行或调用 `php` 运行它。 ~~~ $prefix/sdk/php/util/RequiredCheck.php ~~~ 典型运行结果如下,表格式说明各项的情况,最底下还给出最终裁定意见。 > tip: 默认输出的字符集为 `UTF-8`,如果您的运行结果乱码, > 请尝试在运行命令末...
...lass.php#L295 (显示) protected function getDataList(){ // read line (check to timeout?) $line = ''; while (true) { $buf = fgets($this->fd, 8192); if ($buf === false || strlen($buf) === 0) { break; } $line .= $buf; if (strlen($buf) < 8191 || s...
...RULE_PREFIX) && (i < (zlen - clen))) { /* prefix, check after (zmin~zmax) */ // 先检查 zmin 字内是否全部符合要求 // 再在 zmax 范围内取得符合要求的字 // int i, j, k, ch, clen, start; 这段后面增加如下句子...
... immediately 2011-10-27 16:35:55 indexd[3961] server terminated, force to check commit for all db pid:3961是昨天的进程id。以上是昨天最后三条log. 虽然可以用restart强制重启动,但是否会有indexd后续工作没有完成的隐患?
...sult(s)) != NULL) { do { /* check attribute filter */ if (at != NULL) { if ((xmode == SCWS_NA) && _attr_belong(cur->attr, at)) cnt = 1; if ((xmode == SCWS_YEA) && !...
...ed 方法 隐去继承来的方法 名称描述定义于 check() 检测服务端的连接情况 XSServer connect() 连接服务端 XSServer read() 读取数据 XSServer write() 写入数据 XSServer 属性明细 customDict 属性 public string...
...S_DIGIT(ch)) { + // check percent % = 0x25 + if (ch == 0x25 && !SCWS_IS_DIGIT(txt[start+1])) + { + ...
... { + // check percent % = 0x25 + if (ch == 0x25 && !SCWS_IS_DIGIT(txt[start+1])) + { + ...
... if ((r1->flag & SCWS_ZRULE_PREFIX) && (i < (zlen - clen))) { /* prefix, check after (zmin~zmax) */ // 先检查 zmin 字内是否全部符合要求 // 再在 zmax 范围内取得符合要求的字 // int i, j, k, ch, clen, start; 这段后面增加如下句子 if(r1->attr[0] == 'n' && r1->attr[1]...