Comment 11 for bug 1310552

Revision history for this message
Dashamir Hoxha (dashohoxha) wrote :

The workaround on #5 (by kolAflash) worked for me. I think that it is more safe/stable than the solution on #9, which modifies the code. I do it like this (on a script):

----8<----
pecl install uploadprogress
gunzip /build/buildd/php5-*/pear-build-download/uploadprogress-*
pear upgrade /build/buildd/php5-*/pear-build-download/uploadprogress-*

pear channel-discover pear.drush.org
pear install pear.drush.org/drush-6.2.0.0
gunzip /build/buildd/php5-*/pear-build-download/drush-*
pear upgrade /build/buildd/php5-*/pear-build-download/drush-*
---->8----