Skip to content

Commit

Permalink
Add new classes
Browse files Browse the repository at this point in the history
Covers section 7 of UPGRADING
  • Loading branch information
Girgias committed Oct 2, 2024
1 parent 05d5347 commit c44b06c
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions appendices/migration84/new-classes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<sect1 xml:id="migration84.new-classes">
<title>New Classes, Enums, and Interfaces</title>

<sect2 xml:id="migration84.new-classes.core">
<title>Core</title>
<itemizedlist>
<listitem>
<simpara>
<classname>RequestParseBodyException</classname>
</simpara>
</listitem>
</itemizedlist>
</sect2>

<sect2 xml:id="migration84.new-classes.bcmath">
<title>BCMath</title>
<itemizedlist>
<listitem>
<simpara>
<classname>BcMath\Number</classname>
</simpara>
</listitem>
</itemizedlist>
</sect2>

<sect2 xml:id="migration84.new-classes.dom">
<title>DOM</title>
<itemizedlist>
<listitem>
<simpara>
<classname>Dom\HTMLDocument</classname>
</simpara>
</listitem>
<listitem>
<simpara>
<classname>Dom\XMLDocument</classname>
</simpara>
</listitem>
<!-- TODO New Dom\Node classes? -->
</itemizedlist>
</sect2>

<sect2 xml:id="migration84.new-classes.standard">
<title>Standard</title>

<itemizedlist>
<listitem>
<simpara>
<!-- Should this use <enumname> ? -->
<classname>RoundingMode</classname>
</simpara>
</listitem>
</itemizedlist>
</sect2>

</sect1>
<!-- 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
-->

0 comments on commit c44b06c

Please sign in to comment.