Skip to content

Add avif to gd installation instructions #3058

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 3 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 8 additions & 0 deletions reference/image/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
</row>
</thead>
<tbody>
<row>
<entry><literal>avif</literal></entry>
<entry>
To enable support for avif add
<option role="configure">--with-avif</option>.
Comment on lines +42 to +43
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this accept a directory like some of the other options or not?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure, but I think not, given that the =DIR variants for all other formats have been replaced as of PHP 7.4.0, so I doubt that it has ever been added for this one.

For reference, the implementation PR can be found at php/php-src#7026.

Available as of PHP 8.1.0.
</entry>
</row>
<row>
<entry><literal>jpeg</literal></entry>
<entry>
Expand Down
10 changes: 10 additions & 0 deletions reference/image/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<entry></entry>
<entry></entry>
</row>
<row>
<entry><literal>avif</literal></entry>
<entry></entry>
<entry></entry>
</row>
<row>
<entry><literal>jpeg</literal></entry>
<entry><link xlink:href="&url.jpeg;">&url.jpeg;</link></entry>
Expand All @@ -71,6 +76,11 @@
has an installed X-Environment.
</entry>
</row>
<row>
<entry><literal>webp</literal></entry>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down