svn: /phpdoc/de/trunk/appendices/ ini.core.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Tue, 28 Jul 2020 11:33:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350235
Log:
Sync with EN to fix build
Changed paths:
U phpdoc/de/trunk/appendices/ini.core.xml
Modified: phpdoc/de/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.core.xml 2020-07-28 09:42:44 UTC (rev 350234)
+++ phpdoc/de/trunk/appendices/ini.core.xml 2020-07-28 11:33:10 UTC (rev 350235)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349307 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 350231 Maintainer: nikic Status: ready -->
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Beschreibung der &php.ini;-Direktiven des Sprachkerns</title>
@@ -106,6 +106,12 @@
<entry>Verfügbar seit PHP 7.1.0.</entry>
</row>
<row>
+ <entry><link linkend="ini.zend.exception-ignore-args">zend.exception_ignore_args</link></entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Verfügbar seit PHP 7.4.0</entry>
+ </row>
+ <row>
<entry><link linkend="ini.zend.multibyte">zend.multibyte</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
@@ -469,6 +475,18 @@
</listitem>
</varlistentry>
+ <varlistentry xml:id="ini.zend.exception-ignore-args">
+ <term>
+ <parameter>zend.exception_ignore_args</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ Schließt Argumente aus Stack-Traces, die von Exceptions generiert wurden, aus.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="ini.zend.multibyte">
<term>
<parameter>zend.multibyte</parameter>