summaryrefslogtreecommitdiff
path: root/libraries/php-imagick/imagick.ini
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2012-12-16 21:44:50 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2012-12-16 21:45:14 +0100
commitde6041627c2629bea001f10f27604f8fa0a615f6 (patch)
tree3d58a51afbac11aa2c66fd4ce3ebdb251ce1ea29 /libraries/php-imagick/imagick.ini
parente1412c43cfb78c76547aed5b1e6d24f427980ae3 (diff)
downloadslackbuilds-de6041627c2629bea001f10f27604f8fa0a615f6.tar.gz
libraries/php-imagick: Renamed from imagick, script cleanup.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/php-imagick/imagick.ini')
-rw-r--r--libraries/php-imagick/imagick.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/php-imagick/imagick.ini b/libraries/php-imagick/imagick.ini
new file mode 100644
index 0000000000..fb4904641c
--- /dev/null
+++ b/libraries/php-imagick/imagick.ini
@@ -0,0 +1,8 @@
+; Enable imagick extension module
+; extension=imagick.so
+
+; Fixes a drawing bug with locales that use ',' as float separators.
+; imagick.locale_fix = Off
+
+; Used to enable the image progress monitor.
+; imagick.progress_monitor = Off