Install PECL uploadprogress on CentOS 6.x

#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

posted on 2015-02-04 09:28  Richard.LI  阅读(229)  评论(0编辑  收藏  举报

导航