标签:style http color strong art linux
首先,下载svn,默认下载路径是当前操作的目录下:
wget http://pecl.php.net/get/svn-1.0.2.tgz
解压svn:
tar -zxf svn-1.0.1.tgz
进入到svn目录下:
cd svn-1.0.1
然后,依次运行命令:
/usr/local/php5.5/bin/phpize
./configure--with-php-config=/usr/local/php5.5/bin/php-configmake
makeinstall
注意:我用的是php5.5,所以目录中为php5.5
最后重启php:
/usr/local/php5.5/sbin/php-fpm restart
linux下安装php的svn扩展,布布扣,bubuko.com
标签:style http color strong art linux
原文地址:http://blog.csdn.net/evan_cheerup/article/details/37911745