wget http://www.xunsearch.com/scws/down/scws-1.2.3.tar.bz2
tar xvjf scws-1.2.3.tar.bz2
cd scws-1.2.3/
./configure --prefix=/usr/local/scws
make && make install
cd ../scws/
ls -al lib/libscws.la
/usr/local/scws/bin/scws -h
cd /usr/local/src/scws-1.2.3/phpext
/usr/bin/phpize
./configure --with-php-config=/usr/bin/php-config
make && make install
vim /etc/php.ini
加上extension = scws.so
重启服务
linux php 安装scws扩展
最新推荐文章于 2025-03-21 14:04:19 发布