Files
doc-en/appendices/migration80.xml
Christoph M. Becker 0b48d83885 Add missing new classes to migration guides (#3832)
While these are already documented in the incompatible changes section
regarding the resource to object conversions, they should also be
listed explicitly as new classes.
2024-10-05 19:41:34 +01:00

52 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<appendix xml:id="migration80" xmlns="http://docbook.org/ns/docbook">
<title>Migrating from PHP 7.4.x to PHP 8.0.x</title>
<para>
This new major version brings with it a number of
<link linkend="migration80.new-features">new features</link> and
<link linkend="migration80.incompatible">some incompatibilities</link>
that should be tested for before switching PHP versions in production
environments.
</para>
<para>
&manual.migration.seealso;
<link linkend="migration70">7.0.x</link>,
<link linkend="migration71">7.1.x</link>,
<link linkend="migration72">7.2.x</link>,
<link linkend="migration73">7.3.x</link>.
<link linkend="migration74">7.4.x</link>.
</para>
&appendices.migration80.new-features;
&appendices.migration80.new-classes;
&appendices.migration80.incompatible;
&appendices.migration80.deprecated;
&appendices.migration80.other-changes;
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->