mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Document #72596: imagetypes function won't advertise WEBP support
Update migration guides. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339666 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -4,6 +4,18 @@
|
||||
<sect1 xml:id="migration56.constants">
|
||||
<title>New global constants</title>
|
||||
|
||||
<sect2 xml:id="migration56.constants.gd">
|
||||
<title><link linkend="book.image">GD</link></title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_WEBP</constant> (as of PHP 5.6.25)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration56.constants.ldap">
|
||||
<title><link linkend="book.ldap">LDAP</link></title>
|
||||
|
||||
|
||||
@@ -16,6 +16,18 @@
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration70.constants.gd">
|
||||
<title><link linkend="book.image">GD</link></title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_WEBP</constant> (as of PHP 7.0.10)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="migration70.constants.libxml">
|
||||
<title><link linkend="book.libxml">LibXML</link></title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user