How to install uploadprogress php extension on linux machine?

Installation of uploadprogress php extension

—>>

1. Download source file from : http://pecl.php.net/package/uploadprogress/
2. tar -xvzf uploadprogress-1.0.0.tgz
3. cd uploadprogress-1.0.0
4. phpize
5. ./configure
6. make 
7. make install
8. uploadprogress.so will go to /usr/lib/php/extensions/no-debug-non-zts-20060613/
9. echo “extension=uploadprogress.so” >> /usr/lib/php/php.ini
10. Restart webserver.

thats all

 

 

 

Both comments and pings are currently closed.

Comments are closed.