2011-01-25 20:08:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id= "imagick.configuration" xmlns= "http://docbook.org/ns/docbook" >
&reftitle.runtime;
&extension.runtime;
<para >
<table >
<title > Imagick configuration options</title>
<tgroup cols= "4" >
<thead >
<row >
2012-01-11 08:09:53 +00:00
<entry > &Name; </entry>
<entry > &Default; </entry>
<entry > &Changeable; </entry>
<entry > &Changelog; </entry>
2011-01-25 20:08:49 +00:00
</row>
</thead>
<tbody >
<row >
2012-01-11 07:37:46 +00:00
<entry > <link linkend= "ini.imagick.locale-fix" > imagick.locale_fix</link> </entry>
2011-01-25 20:08:49 +00:00
<entry > &false; </entry>
2012-02-29 00:24:15 +00:00
<entry > PHP_INI_ALL</entry>
2011-01-25 20:08:49 +00:00
<entry > Available since Imagick 2.1.0</entry>
</row>
<row >
2012-01-11 07:37:46 +00:00
<entry > <link linkend= "ini.imagick.progress-monitor" > imagick.progress_monitor</link> </entry>
2011-01-25 20:08:49 +00:00
<entry > &false; </entry>
2012-02-29 00:24:15 +00:00
<entry > PHP_INI_SYSTEM</entry>
2011-01-25 20:08:49 +00:00
<entry > Available since Imagick 2.2.2</entry>
</row>
2015-03-31 17:07:27 +00:00
<row >
<entry > <link linkend= "ini.imagick.skip-version-check" > imagick.skip_version_check</link> </entry>
<entry > &false; </entry>
<entry > PHP_INI_SYSTEM</entry>
<entry > Available since Imagick 3.3.0</entry>
</row>
2011-01-25 20:08:49 +00:00
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para >
<variablelist >
<varlistentry xml:id= "ini.imagick.locale-fix" >
<term >
<parameter > imagick.locale_fix</parameter>
2020-11-02 15:39:04 +00:00
<type > bool</type>
2011-01-25 20:08:49 +00:00
</term>
<listitem >
<para >
Fixes a drawing bug with locales that use '<literal > ,</literal> ' as
float separators.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id= "ini.imagick.progress-monitor" >
<term >
<parameter > imagick.progress_monitor</parameter>
2020-11-02 15:39:04 +00:00
<type > bool</type>
2011-01-25 20:08:49 +00:00
</term>
<listitem >
<para >
Used to enable the image progress monitor.
<!-- @TODO Fix me when documenting Imagick::setImageProgressmonitor -->
</para>
</listitem>
</varlistentry>
2015-03-31 17:07:27 +00:00
<varlistentry xml:id= "ini.imagick.skip-version-check" >
<term >
2016-11-04 14:57:17 +00:00
<parameter > imagick.skip_version_check</parameter>
2020-11-02 15:39:04 +00:00
<type > bool</type>
2015-03-31 17:07:27 +00:00
</term>
<listitem >
<para >
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.
</para>
<para > 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.
</para>
</listitem>
</varlistentry>
2011-01-25 20:08:49 +00:00
</variablelist>
2015-03-31 17:07:27 +00:00
2011-01-25 20:08:49 +00:00
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->