com doc/ja: moved changelog position.: appendices/migration80/incompatible.xml

[email protected] (Yoshinari Takaoka) Mon, 18 Jan 2021 14:26:54 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    ae7c264316a7afa0e9d2104c1bb4de9891672b89
Author:    Yoshinari Takaoka <[email protected]>         Mon, 18 Jan 2021 23:26:54 +0900
Parents:   d2143d3109063eb835b01d2d5375d49285dc0573
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=ae7c264316a7afa0e9d2104c1bb4de9891672b89

Log:
moved changelog position.

Changed paths:
  M  appendices/migration80/incompatible.xml


Diff:
diff --git a/appendices/migration80/incompatible.xml b/appendices/migration80/incompatible.xml
index 4d64acc6fe..1ee26c4b4c 100644
--- a/appendices/migration80/incompatible.xml
+++ b/appendices/migration80/incompatible.xml
@@ -1312,14 +1312,6 @@ $array["key"];
   <itemizedlist>
    <listitem>
     <para>
-     <methodname>SplFileObject::seek</methodname> は、
-     常に行の先頭にシークするようになりました。
-     これより前のバージョンでは、
-     <literal>=1</literal> を position に指定すると、次の行の先頭を探していました。
-    </para>
-   </listitem>
-   <listitem>
-    <para>
      <function>pg_connect</function> 関数で
      推奨されなくなっていた、
      接続文字列の代わりに複数の引数を受け入れる文法は
@@ -1453,6 +1445,14 @@ $array["key"];
    </listitem>
    <listitem>
     <para>
+     <methodname>SplFileObject::seek</methodname> は、
+     常に行の先頭にシークするようになりました。
+     これより前のバージョンでは、
+     <literal>=1</literal> を position に指定すると、次の行の先頭を探していました。
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      <methodname>SplHeap::compare</methodname> 
      はメソッドシグナチャを指定するようになりました。
      このメソッドを実装する継承先のクラスは、