标签:
#yum install php-pear php-devel
#pecl install uploadprogress
add new file: uploadprogress.ini file in etc/php.d
and just add this line
extension=uploadprogress.so
#service php-fpm restart
#service nginx restart
Install PECL uploadprogress on CentOS 6.x
标签:
原文地址:http://www.cnblogs.com/Richard-Li/p/4271557.html