首页 > 代码库 > Install PECL uploadprogress on CentOS 6.x

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

Install PECL uploadprogress on CentOS 6.x