-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Einar edited this page Dec 3, 2017
·
5 revisions
See the releases page.
Currently not tested on Mac and Windows, but please try it out.
php -v
Probably already installed, but some setups doesn't have it, like Synology (see installation instructions).
php -i | grep "Phar-based phar archives => enabled"
Probably already installed, but you will have to enable it if this command gives no output:
php -i | grep exif
If not installed, add extension=exif.so
to your .ini
file.
See this directory for a file:
php -i | grep "Scan this dir for additional .ini files"
Our create your own .ini file in that directory.