-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing new classes to migration guides (#3832)
While these are already documented in the incompatible changes section regarding the resource to object conversions, they should also be listed explicitly as new classes.
- Loading branch information
Showing
3 changed files
with
268 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
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,170 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<sect1 xml:id="migration80.new-classes" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<title>New Classes and Interfaces</title> | ||
|
||
<sect2 xml:id="migration80.new-classes.curl"> | ||
<title>cURL</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>CurlHandle</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>CurlMultiHandle</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>CurlShareHandle</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.enchant"> | ||
<title>Enchant</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>EnchantBroker</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>EnchantDictionary</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.gd"> | ||
<title>GD</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>GdImage</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.openssl"> | ||
<title>OpenSSL</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>OpenSSLAsymmetricKey</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>OpenSSLCertificate</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>OpenSSLCertificateSigningRequest</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.shmop"> | ||
<title>Shmop</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>Shmop</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.sockets"> | ||
<title>Sockets</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>AddressInfo</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>Socket</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.sysv"> | ||
<title>Systen V</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>SysvMessageQueue</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>SysvSemaphore</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>SysvSharedMemory</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.xmlparser"> | ||
<title>XML Parser</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>XMLParser</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.xmlwriter"> | ||
<title>XMLWriter</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>XMLWriter</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
<sect2 xml:id="migration80.new-classes.zlib"> | ||
<title>Zlib</title> | ||
|
||
<itemizedlist> | ||
<listitem> | ||
<simpara> | ||
<classname>DeflateContext</classname> | ||
</simpara> | ||
</listitem> | ||
<listitem> | ||
<simpara> | ||
<classname>InflateContext</classname> | ||
</simpara> | ||
</listitem> | ||
</itemizedlist> | ||
</sect2> | ||
|
||
</sect1> |
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