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

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

7
23
&appendices.migration74.new-features;
8
24
&appendices.migration74.new-classes;
9
25
&appendices.migration74.new-functions;
...
...
@@ -14,23 +30,6 @@
14
30
&appendices.migration74.other-changes;
15
31
&appendices.migration74.windows-support;
16
32

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

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

36
35
<!-- Keep this comment at the end of the file
37
36