mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix GH-1380: Add IMAGETYPE_AVIF constant (#2628)
And harmonize PHP version mentions at the same time for other constants.
This commit is contained in:
committed by
GitHub
parent
0dc83c6393
commit
9bef3400f8
@@ -85,7 +85,7 @@
|
||||
<listitem>
|
||||
&gd.constants.types;
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
(Available as of PHP 8.1.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -165,7 +165,7 @@
|
||||
<listitem>
|
||||
&gd.constants.types;
|
||||
<simpara>
|
||||
Available as of PHP 7.0.10.
|
||||
(Available as of PHP 7.0.10)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -176,7 +176,7 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Available as of PHP 8.1.0.
|
||||
(Available as of PHP 8.1.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -677,6 +677,18 @@
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.imagetype-avif">
|
||||
<term>
|
||||
<constant>IMAGETYPE_AVIF</constant>
|
||||
(<type>int</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
&gd.constants.type;
|
||||
<simpara>
|
||||
(Available as of PHP 8.1.0)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.png-no-filter">
|
||||
<term>
|
||||
<constant>PNG_NO_FILTER</constant>
|
||||
|
||||
Reference in New Issue
Block a user