Files
doc-fr/reference/imagick/ini.xml
George Peter Banyard 22d3a5fa7e Use canonical type names
This follow up on 351133 which is the EN equivalent

Commands used to generate this patch is located https://gist.github.com/Girgias/440124551e14c3bc5106c53bc493449e

This was used as the French translation was fully up to date before this change came up and therefore replacing
the EN-Revision is safe

git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351172 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-03 07:44:35 +00:00

121 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<section xml:id="imagick.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Options de configuration Imagick</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>Disponible depuis 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>Disponible depuis Imagick 2.2.2</entry>
</row>
<row>
<entry><link linkend="ini.imagick.skip-version-check">imagick.skip_version_check</link></entry>
<entry>&false;</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Disponible depuis Imagick 3.3.0</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>bool</type>
</term>
<listitem>
<para>
Fixes un bogue sur le dessin lorsque les locales utilisent
le caractère '<literal>,</literal>' comme séparateurs.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.imagick.progress-monitor">
<term>
<parameter>imagick.progress_monitor</parameter>
<type>bool</type>
</term>
<listitem>
<para>
Utilisé pour activer la surveillance de la progression de l'image.
<!-- @TODO Fix me when documenting Imagick::setImageProgressmonitor -->
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.imagick.skip-version-check">
<term>
<parameter>imagick.skip_version_check</parameter>
<type>bool</type>
</term>
<listitem>
<para>
Lorsque Imagick est chargé, le numéro de version d'ImageMagick
utilisé pendant la compilation est vérifié, et est comparé avec
le numéro de version actuellement utilisé ; une alerte est émise si
les deux versions ne correspondent pas. Cette alerte peut être supprimée
en activant cette option de configuration.
</para>
<para>
Le fait d'utiliser une version d'Imagick différente de la version
d'ImageMagick n'est pas recommandé. Malgré le fait que cela peut fonctionner,
il peut en résulter des erreurs aléatoires ou des comportements non définis.
</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
-->