appendices/migration81.xml
7a75b854c8c52226d38397e7e8177e339fdb273f
...
...
@@ -0,0 +1,51 @@
1
+
<?xml version="1.0" encoding="utf-8"?>
2
+
<appendix xml:id="migration81" xmlns="http://docbook.org/ns/docbook">
3
+
<title>Migrating from PHP 8.0.x to PHP 8.1.x</title>
4
+

5
+
&appendices.migration81.new-features;
6
+
&appendices.migration81.new-classes;
7
+
&appendices.migration81.new-functions;
8
+
&appendices.migration81.constants;
9
+
&appendices.migration81.incompatible;
10
+
&appendices.migration81.deprecated;
11
+
&appendices.migration81.other-changes;
12
+

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

22
+
<para>
23
+
&manual.migration.seealso;
24
+
<link linkend="migration71">7.1.x</link>,
25
+
<link linkend="migration72">7.2.x</link>,
26
+
<link linkend="migration73">7.3.x</link>,
27
+
<link linkend="migration74">7.4.x</link>,
28
+
<link linkend="migration80">8.0.x</link>.
29
+
</para>
30
+
</sect1>
31
+
</appendix>
32
+
<!-- Keep this comment at the end of the file
33
+
Local variables:
34
+
mode: sgml
35
+
sgml-omittag:t
36
+
sgml-shorttag:t
37
+
sgml-minimize-attributes:nil
38
+
sgml-always-quote-attributes:t
39
+
sgml-indent-step:1
40
+
sgml-indent-data:t
41
+
indent-tabs-mode:nil
42
+
sgml-parent-document:nil
43
+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
44
+
sgml-exposed-tags:nil
45
+
sgml-local-catalogs:nil
46
+
sgml-local-ecat-files:nil
47
+
End:
48
+
vim600: syn=xml fen fdm=syntax fdl=2 si
49
+
vim: et tw=78 syn=sgml
50
+
vi: ts=1 sw=1
51
+
-->
0
52