Home
last modified time | relevance | path

Searched refs:skip_version_check (Results 1 – 3 of 3) sorted by relevance

/imagick/
H A Dimagick.c3311 …STD_PHP_INI_ENTRY("imagick.skip_version_check", "0", PHP_INI_ALL, OnUpdateBool, skip_version_check
3323 imagick_globals->skip_version_check = 0; in PHP_INI_END()
3901 if (!IMAGICK_G(skip_version_check)) {
H A DChangeLog329 …* Added imagick.skip_version_check. Imagick now checks that it was compiled against the same versi…
331 …version of ImageMagick. The skip_version_check setting allows you to suppress this warning. However
H A Dphp_imagick_defs.h102 zend_bool skip_version_check; variable

Completed in 19 milliseconds