aboutsummaryrefslogtreecommitdiff
path: root/libraries/php-imagick/imagick.ini
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-09-11 13:23:00 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-09-16 00:45:35 +0700
commit3f3dc37e082b698a993a5e1badc02293e171042d (patch)
treeb13426549a06ef9247a978d001df4268511b31e6 /libraries/php-imagick/imagick.ini
parentb850694736b59c4429d6ae24edb6a9f8cfce4848 (diff)
libraries/php-imagick: Updated for version 3.5.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-imagick/imagick.ini')
-rw-r--r--libraries/php-imagick/imagick.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/php-imagick/imagick.ini b/libraries/php-imagick/imagick.ini
index fb4904641c78..966a5a5732aa 100644
--- a/libraries/php-imagick/imagick.ini
+++ b/libraries/php-imagick/imagick.ini
@@ -6,3 +6,14 @@
; Used to enable the image progress monitor.
; imagick.progress_monitor = Off
+
+; When Imagick is loaded, it checks the version number of ImageMagick
+; that it was compiled against, with the version number that is
+; currently being used and will give a warning if they don't match.
+; This warning can be suppressed by enabling this ini setting.
+;
+; Using a version of Imagick that was compiled against a different
+; version of ImageMagick than the one being used is not recommended.
+; Although it may appear to work, it can lead to random crashes or
+; other undefined behaviour.
+; imagick.skip_version_check = Off