png2wbmp() and jpeg2wbmp() are deprecated as of PHP 7.2.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341003 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-11-13 22:49:30 +00:00
parent 955069e8cc
commit 8d4eef1572
2 changed files with 22 additions and 0 deletions

View file

@ -5,6 +5,17 @@
<refname>jpeg2wbmp</refname>
<refpurpose>Convert JPEG image file to WBMP image file</refpurpose>
</refnamediv>
<refsynopsisdiv>
<warning>
<para>
<function>jpeg2wbmp</function> has been deprecated as of PHP 7.2.0, and will
be removed as of PHP 8.0.0. Use <function>imagecreatefromjpeg</function> and
<function>imagewbmp</function> instead.
</para>
</warning>
</refsynopsisdiv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>

View file

@ -5,6 +5,17 @@
<refname>png2wbmp</refname>
<refpurpose>Convert PNG image file to WBMP image file</refpurpose>
</refnamediv>
<refsynopsisdiv>
<warning>
<para>
<function>png2wbmp</function> has been deprecated as of PHP 7.2.0, and will
be removed as of PHP 8.0.0. Use <function>imagecreatefrompng</function> and
<function>imagewbmp</function> instead.
</para>
</warning>
</refsynopsisdiv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>