Skip to content

Commit 553fabc

Browse files
authored
PHP 8.1 | MigrationGuide/New classes: add missing classes
> Added `CURLStringFile`, which can be used to post a file from a string rather than a file Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L231-L235 * php/php-src#6456 * php/php-src@e727919 As part of the Fibers RFC/PR, the Reflection extension also received a new class. * https://wiki.php.net/rfc/fibers * php/php-src#6875 * php/php-src@c276c16 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 <[email protected]> Closes GH-1447.
1 parent fa107f4 commit 553fabc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

appendices/migration81/new-classes.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
<sect1 xml:id="migration81.new-classes" xmlns:xlink="http://www.w3.org/1999/xlink">
33
<title>New Classes and Interfaces</title>
44

5+
<sect2 xml:id="migration81.new-classes.curl">
6+
<title>cURL</title>
7+
8+
<itemizedlist>
9+
<listitem>
10+
<simpara>
11+
<classname>CURLStringFile</classname>
12+
</simpara>
13+
</listitem>
14+
</itemizedlist>
15+
</sect2>
16+
517
<sect2 xml:id="migration81.new-classes.intl">
618
<title>Intl</title>
719

@@ -14,6 +26,18 @@
1426
</itemizedlist>
1527
</sect2>
1628

29+
<sect2 xml:id="migration81.new-classes.reflection">
30+
<title>Reflection</title>
31+
32+
<itemizedlist>
33+
<listitem>
34+
<simpara>
35+
<classname>ReflectionFiber</classname>
36+
</simpara>
37+
</listitem>
38+
</itemizedlist>
39+
</sect2>
40+
1741
</sect1>
1842
<!-- Keep this comment at the end of the file
1943
Local variables:

0 commit comments

Comments
 (0)