svn: /phpdoc/ja/trunk/appendices/ ini.core.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 31 Jul 2020 00:11:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=350250
Log:
Add exception_ignore_args
It was added to PHP 7.4:
https://www.php.net/manual/en/migration74.other-changes.php#migration74.other-changes.ini
Patch contributed by Martin Stücklschwaiger
Changed paths:
U phpdoc/ja/trunk/appendices/ini.core.xml
Modified: phpdoc/ja/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/ja/trunk/appendices/ini.core.xml 2020-07-30 23:46:22 UTC (rev 350249)
+++ phpdoc/ja/trunk/appendices/ini.core.xml 2020-07-31 00:11:21 UTC (rev 350250)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349307 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350231 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka,mumumu -->
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -104,6 +104,12 @@
<entry>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>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>
@@ -457,6 +463,18 @@
</listitem>
</varlistentry>
+ <varlistentry xml:id="ini.zend.exception-ignore-args">
+ <term>
+ <parameter>zend.exception_ignore_args</parameter>
+ <type>boolean</type>
+ </term>
+ <listitem>
+ <para>
+ 例外経由で生成されたスタックトレースから、引数を除外します。
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry xml:id="ini.zend.multibyte">
<term>
<parameter>zend.multibyte</parameter>