php-doc-en/appendices/migration81
Juliette fa107f441b
PHP 8.1 | MigrationGuide/New functions: add missing functions
* PHP 8.1 | MigrationGuide/New functions: add missing functions [1]

(mentioned in new features, but not in the new functions list)

> GD:
> * Avif support is now available through the `imagecreatefromavif()` and
>    `imageavif()` functions, if libgd has been built with avif support.

Refs:
* f67986a921/UPGRADING (L245-L247)
* https://github.com/php/php-src/pull/7026
* 81f6d36c90

* PHP 8.1 | MigrationGuide/New functions: add missing functions [2]

(mentioned in new features, but not in the new functions list)

> `mysqli_result::fetch_column()` has been added to allow fetching a single scalar value from the result set.

While only the method is mentioned in the RFC and the Migration guide, a procedural version of the same was also implemented.

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
* https://github.com/php/php-src/pull/6798
* 54222a6fe4

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>

Closes GH-1448.
2022-03-11 10:59:10 +01:00
..
constants.xml PHP 8.1 | MigrationGuide/New constants: add missing constants 2022-03-11 10:57:07 +01:00
deprecated.xml PHP 8.1 | MigrationGuide/Deprecated: add missing function 2022-03-11 10:43:37 +01:00
incompatible.xml PHP 8.1 | Other reserved words: add never 2022-03-01 10:28:24 +01:00
new-classes.xml Migration guide from PHP 8.0 to PHP 8.1 (#941) 2021-09-22 15:13:39 +01:00
new-features.xml Restructure type declaration page & document Intersection types (#982) 2022-01-06 12:36:43 +00:00
new-functions.xml PHP 8.1 | MigrationGuide/New functions: add missing functions 2022-03-11 10:59:10 +01:00
other-changes.xml Migration guide from PHP 8.0 to PHP 8.1 (#941) 2021-09-22 15:13:39 +01:00