Skip to content

PHP 8.1 | MigrationGuide/New classes: add missing classes#1447

Merged
cmb69 merged 1 commit intophp:masterfrom
jrfnl:php-8.1/migrationguide-new-classes-update
Mar 11, 2022
Merged

PHP 8.1 | MigrationGuide/New classes: add missing classes#1447
cmb69 merged 1 commit intophp:masterfrom
jrfnl:php-8.1/migrationguide-new-classes-update

Conversation

@jrfnl
Copy link
Copy Markdown
Contributor

@jrfnl jrfnl commented Mar 11, 2022

Added CURLStringFile, which can be used to post a file from a string rather than a file

Refs:

As part of the Fibers RFC/PR, the Reflection extension also received a new class.

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.

> 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.
@cmb69
Copy link
Copy Markdown
Member

cmb69 commented Mar 11, 2022

Thank you!

@cmb69 cmb69 merged commit 553fabc into php:master Mar 11, 2022
@jrfnl jrfnl deleted the php-8.1/migrationguide-new-classes-update branch March 11, 2022 13:01
tiffany-taylor pushed a commit to tiffany-taylor/doc-en that referenced this pull request Jan 16, 2023
> 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 <jrfnl@users.noreply.github.com>

Closes phpGH-1447.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants