php5.2安装scws 按照教程一步步安装没有任何问题 怎么安装到5.3上问题都出来了 希望斑竹出个5.3的安装教程 http://www.ftphp.com/scws/docs.php#instscws 这个教程是不能安装成功的 我的环境是 centos 5.6 php5.3.9 scws1.1.7/scws1.1.9
fsockopen(): (2) thrown in F:\WWW\trunk\shikee\libs\xunsearch\lib\XS.php on line 544 我本地升级完PHP就出错了(升级到5.5) 我服务器上运行没问题。我本地用就出问题了,我本地用的是服务器的
我也是。在Ubuntu 12.04,中安装不成功 root@ubuntu:/home/mrfer/scws-1.2.0# ./configure --prefix=/usr/local/scws ; make ; make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk......
系统环境:linux as5.0+httpd-2.2.11+mysql-5.0.56+php5.3.0+phpcms2008sp2+scws1.0.0 编译安装php5.3.0后找不到php.ini文件。于是找到系统自带的php rpm包,重新装了一遍,(之前编译安装的PHP5.3.0没有删除)然后vi /etc/php.ini ,把extension_dir设为空。...
在php5.2.0,windows下还是安装不了扩展,原php环境运行正常 操作步骤: 1 将php_scws.dll copy至php5扩展目录ext下 2 在php.ini中增加 extension=php_scws.dll scws.default.charset = gbk 3 在命令行运行[b]php -m[/b]检测模块是否加载,报错:缺少php4ts....
php5.3.3 scws_get_result有警告,并得不到分析结果,麻烦看一下 $res = scws_get_result($cws) Warning: scws_get_result() expects exactly 2 parameters, 1 given in /data/web/htdocs/scws.php on line 54 我这样用就OK,并且有结果返回 $res = scws_get_result($cws,null)
已经查明原因了。php5.2.0以前__toString 只有在独立的 echo,print语句才有效,所以出现大量错误,经过仔细考量,决定将 xunsearch 的最底PHP要求提升到 php5.2.0
[quote='hightman' pid='10' dateline='1315984026'] 已经查明原因了。php5.2.0以前__toString 只有在独立的 echo,print语句才有效,所以出现大量错误,经过仔细考量,决定将 xunsearch 的最底PHP要求提升到 php5.2.0 [/quote] 好的,谢谢回复,我重装...
...ecking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib checking for PHP extension directory... /usr/lib64/php5/extensions checking for PHP in...
我用的是apache2.2.4 php5.2.3 windows系统 我加载成功了,为什么用 $so = scws_new(); $so->set_charset('gbk'); 这个不行呢? 报错 Call to undefined function scws_new() [[i] 本帖最后由 bigdown 于 2007-6-27 16:03 编辑 [/i]]