Skip to content

Commit 7d5849a

Browse files
committed
PHP 8.1 | Migration guide: add IMAGETYPE_AVIF constant
Add the `IMAGETYPE_AVIF` constant to the PHP 8.1 migration guide. The Standard section was placed at the end of the file, after Tokenizer, following the pattern used in the PHP 8.5 migration guide. I'm not sure if this is correct or not. Refs: * php/php-src#7091
1 parent 78a71e9 commit 7d5849a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appendices/migration81/constants.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@
155155
</itemizedlist>
156156
</sect2>
157157

158+
<sect2 xml:id="migration81.constants.standard">
159+
<title>Standard</title>
160+
161+
<itemizedlist>
162+
<listitem>
163+
<simpara><constant>IMAGETYPE_AVIF</constant></simpara>
164+
</listitem>
165+
</itemizedlist>
166+
</sect2>
167+
158168
</sect1>
159169
<!-- Keep this comment at the end of the file
160170
Local variables:

0 commit comments

Comments
 (0)