Webdevelopment
Drupal
Betriebssysteme
Design
Sonstige
Mi., 06/11/2013 - 14:44
Body
http://freestylesystems.co.uk/blog/installng-pecl-uploadprogress-extension-drupal-filefield-module
php.ini editieren
hinzufügen: extension=uploadprogress.so
3.Dann wird folgendes ausgegeben
Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20060613/.
Open php.ini and edit the extension_dir directive, replacing it with this path.
4.Add the extension to php.ini by adding this line extension=uploadprogress.so
5. Apache neustarten
Nun ist uploadprogress installiert
Auto
- aptitude install php5-dev php-pear
- pecl install uploadprogress
Manuell
1. Download PECL uploadprogress extension 2. Auspacken uploadprogress-1.x.x.tgz archiv, cd /foldername und dann folgendes ausführen:- $ phpize # prepares the PHP extension for compiling
- $ ./configure
- $ make
- $ sudo make install
Add new comment