User Tools

Site Tools


php:fileinfoinstallation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
php:fileinfoinstallation [d.m.Y H:i] – created kodmasinphp:fileinfoinstallation [d.m.Y H:i] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fileinfo pecl extension installation on OpenSuse 10.2 ======
  
 +Requirements you should install with yast:
 +  * file-devel - this package includes (libmagic) - http://www.darwinsys.com/file/
 +  * autoconf
 +
 +Of course you should have php installed also.
 +
 +Now run command:
 +  pecl install fileinfo
 +
 +Do not forget to load this extension in your php.ini:
 +  extension=fileinfo.so