svn: /phpdoc/ja/trunk/reference/simplexml/simplexmlelement/ attributes.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 14 May 2020 22:01:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349892
Log:
SimpleXML: add missing changelog entries for $is_prefix
According to the PHP 5.2 migration guide, the `$is_prefix` parameter was added to three methods and two functions in PHP 5.2, but only two of those had a changelog entry about this change.
Ref: https://www.php.net/manual/en/migration52.parameters.php
Patch provided by jrfnl.
Changed paths:
U phpdoc/ja/trunk/reference/simplexml/simplexmlelement/attributes.xml
Modified: phpdoc/ja/trunk/reference/simplexml/simplexmlelement/attributes.xml
===================================================================
--- phpdoc/ja/trunk/reference/simplexml/simplexmlelement/attributes.xml 2020-05-14 21:59:03 UTC (rev 349891)
+++ phpdoc/ja/trunk/reference/simplexml/simplexmlelement/attributes.xml 2020-05-14 22:01:17 UTC (rev 349892)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa, shimooka -->
+<!-- EN-Revision: 349881 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,shimooka,mumumu -->
<refentry xml:id="simplexmlelement.attributes" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>SimpleXMLElement::attributes</refname>
@@ -57,6 +57,30 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>5.2.0</entry>
+ <entry>
+ オプションの引数 <parameter>is_prefix</parameter> が追加されました。
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>