svn: /phpdoc/de/trunk/reference/image/ ini.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sat, 28 Oct 2017 16:45:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=343326
Log:
New translation
Patch provided by anon user
Changed paths:
A phpdoc/de/trunk/reference/image/ini.xml
Added: phpdoc/de/trunk/reference/image/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/image/ini.xml (rev 0)
+++ phpdoc/de/trunk/reference/image/ini.xml 2017-10-28 16:45:58 UTC (rev 343326)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 339543 Maintainer: anonymous #83095 Status: ready -->
+<!-- Reviewed: no -->
+
+<section xml:id="image.configuration" xmlns="http://docbook.org/ns/docbook">
+ &reftitle.runtime;
+ &extension.runtime;
+ <para>
+ <table>
+ <title>Bild &ConfigureOptions;</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>&Name;</entry>
+ <entry>&Default;</entry>
+ <entry>&Changeable;</entry>
+ <entry>Changelog</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>gd.jpeg_ignore_warning</entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Verfügbar seit PHP 5.1.3.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ &ini.php.constants;
+ </para>
+
+ &ini.descriptions.title;
+
+ <para>
+ <variablelist>
+ <varlistentry xml:id="ini.image.jpeg-ignore-warning">
+ <term>
+ <parameter>gd.jpeg_ignore_warning</parameter>
+ <type>bool</type>
+ </term>
+ <listitem>
+ <para>
+ Ignoriere Warnungen, welche durch <function>jpeg2wbmp</function> und
+ <function>imagecreatefromjpeg</function> erstellt werden
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ <table>
+ <title>Changelog für <literal>gd.jpeg_ignore_warning</literal></title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>7.1.0</entry>
+ <entry>
+ Der Standard-Wert von gd.jpeg_ignore_warning wurde von 0 zu 1 geändert.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </para>
+ <para>
+ Siehe auch: <link linkend="exif.configuration">exif</link> Konfiguration
+ Anweisungen.
+ </para>
+
+ <warning>
+ <para>
+ Bild-Funktionen sind wirklich ressourcenintensiv. Gehe sicher, <link
+ linkend="ini.memory-limit">memory_limit</link> hoch genug zu setzen.
+ </para>
+ </warning>
+</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
+-->
+
Property changes on: phpdoc/de/trunk/reference/image/ini.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property