-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Covers section 7 of UPGRADING
- Loading branch information
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> |