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

7
+
<para>
8
+
This new minor version brings with it a number of
9
+
<link linkend="migration71.new-features">new features</link> and a
10
+
<link linkend="migration71.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
+
</para>
19
+

7
20
&appendices.migration71.new-features;
8
21
&appendices.migration71.new-functions;
9
22
&appendices.migration71.constants;
...
...
@@ -13,20 +26,6 @@
13
26
&appendices.migration71.other-changes;
14
27
&appendices.migration71.windows-support;
15
28

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

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

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