mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
* 英語版状態 * [PHP 8.4] 「PHP 8.3.x から PHP 8.4.x への移行」の翻訳 Co-authored-by: Naoki Ikeguchi <me@s6n.jp> Co-authored-by: USAMI Kenta <tadsan@zonu.me>
55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: d64e811eac61a5c7c744312d8bc6e2244de81488 Maintainer: KentarouTakeda Status: ready -->
|
|
<!-- Credits: KentarouTakeda -->
|
|
<appendix xml:id="migration84" xmlns="http://docbook.org/ns/docbook">
|
|
<title>PHP 8.3.x から PHP 8.4.x への移行</title>
|
|
|
|
<para>
|
|
この新しいマイナーバージョンには、たくさんの <link linkend="migration84.new-features">新機能</link> と <link linkend="migration84.incompatible">互換性のない変更がいくつか</link> あります。実運用環境の PHP をこのバージョンにあげる前に、これらの変更を必ずテストすべきです。
|
|
</para>
|
|
|
|
<para>
|
|
&manual.migration.seealso;
|
|
<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>,
|
|
<link linkend="migration80">8.0.x</link>,
|
|
<link linkend="migration81">8.1.x</link>,
|
|
<link linkend="migration82">8.2.x</link>,
|
|
<link linkend="migration83">8.3.x</link>.
|
|
</para>
|
|
|
|
&appendices.migration84.new-features;
|
|
&appendices.migration84.new-classes;
|
|
&appendices.migration84.new-functions;
|
|
&appendices.migration84.constants;
|
|
&appendices.migration84.incompatible;
|
|
&appendices.migration84.deprecated;
|
|
&appendices.migration84.removed-extensions;
|
|
&appendices.migration84.other-changes;
|
|
&appendices.migration84.windows-support;
|
|
|
|
</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
|
|
-->
|