Uploadprgress PECL

Mi., 06/11/2013 - 14:44
Body
http://freestylesystems.co.uk/blog/installng-pecl-uploadprogress-extension-drupal-filefield-module

Auto

  1. aptitude install php5-dev php-pear
  2. pecl install uploadprogress
php.ini editieren hinzufügen: extension=uploadprogress.so

Manuell

1. Download PECL uploadprogress extension 2. Auspacken uploadprogress-1.x.x.tgz archiv, cd /foldername und dann folgendes ausführen:
  1. $ phpize # prepares the PHP extension for compiling
  2. $ ./configure
  3. $ make
  4. $ sudo make install
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
Add new comment
The content of this field is kept private and will not be shown publicly.

Plain text

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <drupal-entity data-*>
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.