This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
php:fileinfoinstallation [d.m.Y H:i] – kodmasin | php: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:// | ||
+ | * 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 |