php-doc-en/appendices/migration70.xml
George Peter Banyard 027f187b3e Remove migration guides for PHP 5
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-157.
2021-01-08 00:38:12 +01:00

56 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!--
Work in progress!
-->
<appendix xml:id="migration70" xmlns="http://docbook.org/ns/docbook" xmlns:phd="http://www.php.net/ns/phd">
<title>Migrating from PHP 5.6.x to PHP 7.0.x</title>
&appendices.migration70.incompatible;
&appendices.migration70.new-features;
&appendices.migration70.deprecated;
&appendices.migration70.changed-functions;
&appendices.migration70.new-functions;
&appendices.migration70.classes;
&appendices.migration70.constants;
&appendices.migration70.sapi-changes;
&appendices.migration70.removed-exts-sapis;
&appendices.migration70.other-changes;
<sect1 phd:chunk="false" xml:id="migration70.intro">
<para>
Despite the fact that PHP 7.0 is a new major version, efforts have been
made to make migration as painless as possible. This release focuses
mainly on removing functionality deprecated in previous versions and
improving language consistency.
</para>
<para>
There are a <link linkend="migration70.incompatible">few incompatibilities</link>
and <link linkend="migration70.new-features">new features</link> that should
be considered, and code should be tested before switching PHP versions in
production environments.
</para>
</sect1>
</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
-->