Skip to content

PHP 8.1 | MigrationGuide/New functions: add missing functions #1448

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 2 commits into from
Mar 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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:
* https://github.com/php/php-src/blob/f67986a9218f4889d9352a87c29337a5b6eaa4bd/UPGRADING#L245-L247
* php/php-src#7026
* php/php-src@81f6d36
  • Loading branch information
jrfnl committed Mar 11, 2022
commit eaee796fc74cedb3c523e8789aa517385f4c9fc3
17 changes: 17 additions & 0 deletions appendices/migration81/new-functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@
</itemizedlist>
</sect2>

<sect2 xml:id="migration81.new-functions.gd">
<title>GD</title>

<itemizedlist>
<listitem>
<simpara>
<function>imagecreatefromavif</function>
</simpara>
</listitem>
<listitem>
<simpara>
<function>imageavif</function>
</simpara>
</listitem>
</itemizedlist>
</sect2>

<sect2 xml:id="migration81.new-functions.pcntl">
<title>Process Control</title>

Expand Down