appendices/migration56.xml
9c422d0dd7aaa5864487d9526696dbff01a2052c
...
...
@@ -10,9 +10,17 @@
10
10
the rest of the manual.
11
11
-->
12
12

13
-
<appendix xml:id="migration56" xmlns="http://docbook.org/ns/docbook" xmlns:phd="http://www.php.net/ns/phd">
13
+
<appendix xml:id="migration56" xmlns="http://docbook.org/ns/docbook">
14
14
<title>Migrating from PHP 5.5.x to PHP 5.6.x</title>
15
15

16
+
<para>
17
+
Most improvements in PHP 5.6.x have no impact on existing code. There are
18
+
a <link linkend="migration56.incompatible">few incompatibilities</link>
19
+
and <link linkend="migration56.new-features">new features</link> that should
20
+
be considered, and code should be tested before switching PHP
21
+
versions in production environments.
22
+
</para>
23
+

16
24
&appendices.migration56.incompatible;
17
25
&appendices.migration56.new-features;
18
26
&appendices.migration56.deprecated;
...
...
@@ -21,17 +29,6 @@
21
29
&appendices.migration56.openssl;
22
30
&appendices.migration56.extensions;
23
31
&appendices.migration56.constants;
24
-

25
-
<sect1 phd:chunk="false" xml:id="migration56.intro">
26
-
<para>
27
-
Most improvements in PHP 5.6.x have no impact on existing code. There are
28
-
a <link linkend="migration56.incompatible">few incompatibilities</link>
29
-
and <link linkend="migration56.new-features">new features</link> that should
30
-
be considered, and code should be tested before switching PHP
31
-
versions in production environments.
32
-
</para>
33
-

34
-
</sect1>
35
32
</appendix>
36
33

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