openbsd-ports/sysutils/pecl-fileinfo/pkg/MESSAGE
merdely 926433a339 Initial import of pecl-fileinfo:
The Fileinfo extension allows retrieval of information regarding
vast majority of file.
This information may include dimensions, quality, length etc...

Additionally it can also be used to retrieve the mime type for a
particular file and for text files proper language encoding.

From MAINTAINER: Johan Huldtgren
Tweaks by me and one from sthen
ok sthen
2010-10-27 22:39:16 +00:00

11 lines
382 B
Plaintext

You can enable this module by creating a symbolic
link from ${PREFIX}/conf/php5.sample/fileinfo.ini to
${PREFIX}/conf/php5/fileinfo.ini.
ln -fs ${PREFIX}/conf/php5.sample/fileinfo.ini \
${PREFIX}/conf/php5/fileinfo.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.