/ Published in: Other
URL: http://zoocha.com/what-we-do/drupal/
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.
Expand |
Embed | Plain Text
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
You need to login to post a comment.
