svn: /phpdoc/ja/trunk/reference/simplexml/functions/ simplexml-load-file.xml simplexml-load-string.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 14 May 2020 21:59:03 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349891
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/functions/simplexml-load-file.xml
U phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-string.xml
Modified: phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-file.xml
===================================================================
--- phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-file.xml 2020-05-14 21:55:47 UTC (rev 349890)
+++ phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-file.xml 2020-05-14 21:59:03 UTC (rev 349891)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa,shimooka -->
+<!-- EN-Revision: 349883 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,shimooka,mumumu -->
<refentry xml:id='function.simplexml-load-file' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>simplexml_load_file</refname>
@@ -99,7 +99,7 @@
</para>
&return.falseproblem;
</refsect1>
-
+
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
@@ -114,6 +114,30 @@
</tip>
</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>
Modified: phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-string.xml
===================================================================
--- phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-string.xml 2020-05-14 21:55:47 UTC (rev 349890)
+++ phpdoc/ja/trunk/reference/simplexml/functions/simplexml-load-string.xml 2020-05-14 21:59:03 UTC (rev 349891)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: takagi Status: ready -->
-<!-- CREDITS: hirokawa,shimooka -->
+<!-- EN-Revision: 349883 Maintainer: takagi Status: ready -->
+<!-- CREDITS: hirokawa,shimooka,mumumu -->
<refentry xml:id='function.simplexml-load-string' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>simplexml_load_string</refname>
@@ -104,6 +104,30 @@
</tip>
</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>