php-doc-en/reference/imagick/ini.xml
Jakub Vrana b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +00:00

89 lines
2.2 KiB
XML

<?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>
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
<entry>&Changelog;</entry>
</row>
</thead>
<tbody>
<row>
<entry><link linkend="ini.imagick.locale-fix">imagick.locale_fix</link></entry>
<entry>&false;</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since Imagick 2.1.0</entry>
</row>
<row>
<entry><link linkend="ini.imagick.progress-monitor">imagick.progress_monitor</link></entry>
<entry>&false;</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since Imagick 2.2.2</entry>
</row>
</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>
<type>boolean</type>
</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>
<type>boolean</type>
</term>
<listitem>
<para>
Used to enable the image progress monitor.
<!-- @TODO Fix me when documenting Imagick::setImageProgressmonitor -->
</para>
</listitem>
</varlistentry>
</variablelist>
</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
-->