mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

> Added `CURLStringFile`, which can be used to post a file from a string rather than a file Refs: *f67986a921/UPGRADING (L231-L235)
* https://github.com/php/php-src/pull/6456 *e727919b97
As part of the Fibers RFC/PR, the Reflection extension also received a new class. * https://wiki.php.net/rfc/fibers * https://github.com/php/php-src/pull/6875 *c276c16b66
Note: I've not listed the `Fiber` and `FiberError` classes as those could be considered covered via the mention of Fibers on the "New Features" page, though happy to update the commit if so desired. Co-authored-by: jrfnl <jrfnl@users.noreply.github.com> Closes GH-1447.
61 lines
1.3 KiB
XML
61 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<sect1 xml:id="migration81.new-classes" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>New Classes and Interfaces</title>
|
|
|
|
<sect2 xml:id="migration81.new-classes.curl">
|
|
<title>cURL</title>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
<classname>CURLStringFile</classname>
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect2>
|
|
|
|
<sect2 xml:id="migration81.new-classes.intl">
|
|
<title>Intl</title>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
<classname>IntlDatePatternGenerator</classname>
|
|
</simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</sect2>
|
|
|
|
<sect2 xml:id="migration81.new-classes.reflection">
|
|
<title>Reflection</title>
|
|
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
<classname>ReflectionFiber</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
|
|
-->
|