最后一步出现这个错误 [root@64646155 phpext]# make && make install /bin/sh /niran/fenci/scws/phpext/libtool --mode=compile cc -I. -I/niran/fenci/scws/phpext -DPHP_ATOM_INC -I/niran/fenci/scws/phpext/include -I/niran/fenci/scws/phpext/main -I/niran/fenci/scws/phpext -I/usr/local/php/i...
这样设置后 ./configure --with-scws=/usr/local/scws --with-php-config=/usr/local/php/bin/php-config 然后还是出错 不加--with-php-config=/usr/local/php/bin/php-config不会出错,但是PHP无法加载 # make /bin/sh /niran/fenci/scws-1.1.2/phpext/libtool --mode=compile gcc -I...
我今天在阿里云的vps上安装1.2.0 / 8.55Mb / 2011-12-12 这个版本也遇到了这个问题,现在安装测试版试试[hr] 测试版:1.3.0b / 8.60Mb / 2012-01-11 这个版本正常 没有出现上面的问题
...th that of XSDataFilter::process() in /home/vhost/k2012.metalsinfo.com/sdk/php/util/XSDataSource.class.php on line 890[hr] 自己找到解决方法: interface XSDataFilter { /** * 数据处理函数, 返回 false 则跳过不处理 * @param array $data 字段名和值组成的数据数...
...装步骤,却发现出错了: 看代码: [code] [root@localhost phpext]# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/php5/bin/php-config checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does...
...SQL 5.1.30 (源码编译) 按照http://www.hightman.cn/bbs/showthread.php?tid=503的指示 安装了scws-1.0.x到 /usr/local/scws,然后一步步走下来, 重新make了MySQL,plugin下面的scws进行configure正常,但在编译时出了错误,错误信息如下: In file includ...
...t.h,xtree.h,pool.h,darray.h 最新下载地址:[url]http://www.ftphp.com/scws/download.php[/url] 演示地址:[url]http://www.ftphp.com/scws/demo.php[/url]
thanx for your reply, i compile the lib yestoday, it rely on php5.3.3 source like php.h,php_ini.h ect, so must i set php 5.3.3 main, ext, zend for the globle include directory, but last thing i cause is no config_w32.h in main, i got some help online, the config_w32.h file must be compile by myself...
..., int yes); void scws_set_duality(scws_t s, int yes); diff -ur scws-1.2.1/phpext/php_scws.c scws-1.2.1.changed/phpext/php_scws.c --- scws-1.2.1/phpext/php_scws.c 2013-01-07 14:43:56.000000000 +0800 +++ scws-1.2.1.changed/phpext/php_scws.c 2013-07-03 10:38:55.288772732 +0800 @@ -111,6 +111,7 @@ PH...