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

7
+
<para>
8
+
This new minor version brings with it a number of
9
+
<link linkend="migration73.new-features">new features</link> and a
10
+
<link linkend="migration73.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>,
18
+
<link linkend="migration71">7.1.x</link> and
19
+
<link linkend="migration72">7.2.x</link>.
20
+
</para>
21
+

7
22
&appendices.migration73.new-features;
8
23
&appendices.migration73.new-functions;
9
24
&appendices.migration73.constants;
...
...
@@ -12,22 +27,6 @@
12
27
&appendices.migration73.other-changes;
13
28
&appendices.migration73.windows-support;
14
29

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

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

33
32
<!-- Keep this comment at the end of the file
34
33