Skip to content

Commit

Permalink
Update appendices
Browse files Browse the repository at this point in the history
  • Loading branch information
mowangjuanzi committed Oct 19, 2023
1 parent d38cfbb commit 6f07432
Show file tree
Hide file tree
Showing 10 changed files with 1,179 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appendices/migration82/incompatible.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ef51b1ce007349e7ff415ec5c707f1b5a73aba27 Maintainer: mowangjuanzi Status: ready -->
<!-- EN-Revision: 763b31ef61c2aceb779c333c4577d669bf63ea48 Maintainer: mowangjuanzi Status: ready -->
<sect1 xml:id="migration82.incompatible" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>不向后兼容的变更</title>

Expand Down Expand Up @@ -75,7 +75,7 @@
</para>

<para>
<function>var_export</function> 不再省略导出类的开头斜线,也就是说,这些类现在完全合格。
<function>var_export</function> 不再省略导出类的开头斜线,也就是说,这些类现在完全合格。
</para>
</sect2>

Expand Down
52 changes: 52 additions & 0 deletions appendices/migration83.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 763b31ef61c2aceb779c333c4577d669bf63ea48 Maintainer: mowangjuanzi Status: ready -->
<appendix xml:id="migration83" xmlns="http://docbook.org/ns/docbook" xmlns:phd="http://www.php.net/ns/phd">
<title>从 PHP 8.2.x 移植到 PHP 8.3.x</title>

&appendices.migration83.new-features;
&appendices.migration83.new-classes;
&appendices.migration83.new-functions;
&appendices.migration83.constants;
&appendices.migration83.incompatible;
&appendices.migration83.deprecated;
&appendices.migration83.other-changes;
&appendices.migration83.windows-support;

<sect1 phd:chunk="false" xml:id="migration83.intro">
<para>
新的次要版本带来了许多<link linkend="migration83.new-features">新功能</link>和<link
linkend="migration83.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>。
</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
-->
Loading

0 comments on commit 6f07432

Please sign in to comment.