appendices/migration72.xml
9c422d0dd7aaa5864487d9526696dbff01a2052c
...
...
@@ -4,6 +4,20 @@
4
4
<appendix xml:id="migration72" xmlns="http://docbook.org/ns/docbook">
5
5
<title>Migrating from PHP 7.1.x to PHP 7.2.x</title>
6
6

7
+
<para>
8
+
This new minor version brings with it a number of
9
+
<link linkend="migration72.new-features">new features</link> and a
10
+
<link linkend="migration72.incompatible">few incompatibilities</link>
11
+
that should be tested for before switching PHP versions in production
12
+
environments.
13
+
</para>
14
+

15
+
<para>
16
+
&manual.migration.seealso;
17
+
<link linkend="migration70">7.0.x</link> and
18
+
<link linkend="migration71">7.1.x</link>.
19
+
</para>
20
+

7
21
&appendices.migration72.new-features;
8
22
&appendices.migration72.new-functions;
9
23
&appendices.migration72.constants;
...
...
@@ -11,21 +25,6 @@
11
25
&appendices.migration72.deprecated;
12
26
&appendices.migration72.other-changes;
13
27

14
-
<sect1 annotations="chunk:false" xml:id="migration72.intro">
15
-
<para>
16
-
This new minor version brings with it a number of
17
-
<link linkend="migration72.new-features">new features</link> and a
18
-
<link linkend="migration72.incompatible">few incompatibilities</link>
19
-
that should be tested for before switching PHP versions in production
20
-
environments.
21
-
</para>
22
-

23
-
<para>
24
-
&manual.migration.seealso;
25
-
<link linkend="migration70">7.0.x</link> and
26
-
<link linkend="migration71">7.1.x</link>.
27
-
</para>
28
-
</sect1>
29
28
</appendix>
30
29

31
30
<!-- Keep this comment at the end of the file
32
31