Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

jrfnl
Copy link
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
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 <[email protected]>

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