PHP 8.1 | NewFunctions: account for PHP 8.1 changes#1325
Merged
Conversation
> GD: > * Avif support is now available through the `imagecreatefromavif()` and > `imageavif()` functions, if libgd has been built with avif support. Includes unit tests. Refs: * https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L245-L247 * php/php-src#7026 * php/php-src@81f6d36
While only the method is mentioned in the RFC and the Migration guide, a procedural version of the same was also implemented. Includes unit tests. Refs: * https://www.php.net/manual/en/migration81.new-features.php#migration81.new-features.mysqli.mysqli_fetch_column * https://wiki.php.net/rfc/mysqli_fetch_column * php/php-src#6798 * php/php-src@54222a6
47 tasks
wimg
approved these changes
Mar 16, 2022
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PHP 8.1 | NewFunctions: handle new array_is_list() function
Includes unit test.
Refs:
PHP 8.1 | NewFunctions: handle new fsync() functions
Includes unit tests.
Refs:
PHP 8.1 | NewFunctions: handle new image*avif() functions
Includes unit tests.
Refs:
PHP 8.1 | NewFunctions: handle new MySqli function
While only the method is mentioned in the RFC and the Migration guide, a procedural version of the same was also implemented.
Includes unit tests.
Refs:
PHP 8.1 | NewFunctions: handle new pcntl_rfork() function
Includes unit tests.
Refs:
PHP 8.1 | NewFunctions: handle new Sodium functions
Includes unit tests.
Refs:
Related to #1299