Skip to content

Commit c44b06c

Browse files
committed
Add new classes
Covers section 7 of UPGRADING
1 parent 05d5347 commit c44b06c

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<sect1 xml:id="migration84.new-classes">
3+
<title>New Classes, Enums, and Interfaces</title>
4+
5+
<sect2 xml:id="migration84.new-classes.core">
6+
<title>Core</title>
7+
<itemizedlist>
8+
<listitem>
9+
<simpara>
10+
<classname>RequestParseBodyException</classname>
11+
</simpara>
12+
</listitem>
13+
</itemizedlist>
14+
</sect2>
15+
16+
<sect2 xml:id="migration84.new-classes.bcmath">
17+
<title>BCMath</title>
18+
<itemizedlist>
19+
<listitem>
20+
<simpara>
21+
<classname>BcMath\Number</classname>
22+
</simpara>
23+
</listitem>
24+
</itemizedlist>
25+
</sect2>
26+
27+
<sect2 xml:id="migration84.new-classes.dom">
28+
<title>DOM</title>
29+
<itemizedlist>
30+
<listitem>
31+
<simpara>
32+
<classname>Dom\HTMLDocument</classname>
33+
</simpara>
34+
</listitem>
35+
<listitem>
36+
<simpara>
37+
<classname>Dom\XMLDocument</classname>
38+
</simpara>
39+
</listitem>
40+
<!-- TODO New Dom\Node classes? -->
41+
</itemizedlist>
42+
</sect2>
43+
44+
<sect2 xml:id="migration84.new-classes.standard">
45+
<title>Standard</title>
46+
47+
<itemizedlist>
48+
<listitem>
49+
<simpara>
50+
<!-- Should this use <enumname> ? -->
51+
<classname>RoundingMode</classname>
52+
</simpara>
53+
</listitem>
54+
</itemizedlist>
55+
</sect2>
56+
57+
</sect1>
58+
<!-- Keep this comment at the end of the file
59+
Local variables:
60+
mode: sgml
61+
sgml-omittag:t
62+
sgml-shorttag:t
63+
sgml-minimize-attributes:nil
64+
sgml-always-quote-attributes:t
65+
sgml-indent-step:1
66+
sgml-indent-data:t
67+
indent-tabs-mode:nil
68+
sgml-parent-document:nil
69+
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
70+
sgml-exposed-tags:nil
71+
sgml-local-catalogs:nil
72+
sgml-local-ecat-files:nil
73+
End:
74+
vim600: syn=xml fen fdm=syntax fdl=2 si
75+
vim: et tw=78 syn=sgml
76+
vi: ts=1 sw=1
77+
-->

0 commit comments

Comments
 (0)