appendices/migration70.xml
9c422d0dd7aaa5864487d9526696dbff01a2052c
...
...
@@ -7,6 +7,19 @@
7
7
<appendix xml:id="migration70" xmlns="http://docbook.org/ns/docbook">
8
8
<title>Migrating from PHP 5.6.x to PHP 7.0.x</title>
9
9

10
+
<para>
11
+
Despite the fact that PHP 7.0 is a new major version, efforts have been
12
+
made to make migration as painless as possible. This release focuses
13
+
mainly on removing functionality deprecated in previous versions and
14
+
improving language consistency.
15
+
</para>
16
+
<para>
17
+
There are a <link linkend="migration70.incompatible">few incompatibilities</link>
18
+
and <link linkend="migration70.new-features">new features</link> that should
19
+
be considered, and code should be tested before switching PHP versions in
20
+
production environments.
21
+
</para>
22
+

10
23
&appendices.migration70.incompatible;
11
24
&appendices.migration70.new-features;
12
25
&appendices.migration70.deprecated;
...
...
@@ -18,20 +31,6 @@
18
31
&appendices.migration70.removed-exts-sapis;
19
32
&appendices.migration70.other-changes;
20
33

21
-
<sect1 annotations="chunk:false" xml:id="migration70.intro">
22
-
<para>
23
-
Despite the fact that PHP 7.0 is a new major version, efforts have been
24
-
made to make migration as painless as possible. This release focuses
25
-
mainly on removing functionality deprecated in previous versions and
26
-
improving language consistency.
27
-
</para>
28
-
<para>
29
-
There are a <link linkend="migration70.incompatible">few incompatibilities</link>
30
-
and <link linkend="migration70.new-features">new features</link> that should
31
-
be considered, and code should be tested before switching PHP versions in
32
-
production environments.
33
-
</para>
34
-
</sect1>
35
34
</appendix>
36
35

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