Return to Snippet

Revision: 39662
at January 19, 2011 21:23 by daipratt


Initial Code
cd ..
cd tmp
wget http://pecl.php.net/get/uploadprogress-1.0.1.tgz
tar -xzvf uploadprogress-1.0.1.tgz
rm uploadprogress-1.0.1.tgz
cd uploadprogress-1.0.1
phpize
./configure
make
sudo make install

#Then add the following line to the php.ini file located at /etc/php.ini:
#extension=uploadprogress.so

Initial URL
http://zoocha.com/what-we-do/drupal/

Initial Description
This script can be used to install the PECL upload progress PHP extension. You'll know this extension from the Drupal status report page which encourages you to install it.

Initial Title
Install PECL uploadprogress via SSH

Initial Tags
linux

Initial Language
Other