From 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sat, 25 May 2019 08:38:56 +0200 Subject: [PATCH] to fix issue GH-29 (see also https://github.com/Imagick/imagick/commit/bf56a61aa565cb2a6a70d5ff4106aed967726b11) --- data/references/Imagick.const.json | 42 +++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/data/references/Imagick.const.json b/data/references/Imagick.const.json index d57dd6f..d75a135 100644 --- a/data/references/Imagick.const.json +++ b/data/references/Imagick.const.json @@ -5379,5 +5379,45 @@ "php_min": "5.4.0", "php_max": "", "lib_imagemagick": ">=6.9.3" + }, + { + "ext_name_fk": 29, + "class_name": "Imagick", + "name": "COMPOSITE_STEREO", + "ext_min": "3.4.4RC1", + "ext_max": "", + "php_min": "5.4.0", + "php_max": "", + "lib_imagemagick": ">=6.9.10" + }, + { + "ext_name_fk": 29, + "class_name": "Imagick", + "name": "STYLE_BOLD", + "ext_min": "3.4.4RC1", + "ext_max": "", + "php_min": "5.4.0", + "php_max": "", + "lib_imagemagick": ">=6.9.11" + }, + { + "ext_name_fk": 29, + "class_name": "Imagick", + "name": "COLORSPACE_LINEARGRAY", + "ext_min": "3.4.4RC1", + "ext_max": "", + "php_min": "5.4.0", + "php_max": "", + "lib_imagemagick": ">=6.9.9" + }, + { + "ext_name_fk": 29, + "class_name": "Imagick", + "name": "RESOURCETYPE_LISTLENGTH", + "ext_min": "3.4.4RC1", + "ext_max": "", + "php_min": "5.4.0", + "php_max": "", + "lib_imagemagick": ">=6.9.10" } -] \ No newline at end of file +]