From 8d4eef1572e866355337e504415ed1ba11ddda21 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 13 Nov 2016 22:49:30 +0000 Subject: [PATCH] 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 --- reference/image/functions/jpeg2wbmp.xml | 11 +++++++++++ reference/image/functions/png2wbmp.xml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/reference/image/functions/jpeg2wbmp.xml b/reference/image/functions/jpeg2wbmp.xml index 47810a96b2..432f1dabd7 100644 --- a/reference/image/functions/jpeg2wbmp.xml +++ b/reference/image/functions/jpeg2wbmp.xml @@ -5,6 +5,17 @@ jpeg2wbmp Convert JPEG image file to WBMP image file + + + + + jpeg2wbmp has been deprecated as of PHP 7.2.0, and will + be removed as of PHP 8.0.0. Use imagecreatefromjpeg and + imagewbmp instead. + + + + &reftitle.description; diff --git a/reference/image/functions/png2wbmp.xml b/reference/image/functions/png2wbmp.xml index 659ced2046..c03af3b696 100644 --- a/reference/image/functions/png2wbmp.xml +++ b/reference/image/functions/png2wbmp.xml @@ -5,6 +5,17 @@ png2wbmp Convert PNG image file to WBMP image file + + + + + png2wbmp has been deprecated as of PHP 7.2.0, and will + be removed as of PHP 8.0.0. Use imagecreatefrompng and + imagewbmp instead. + + + + &reftitle.description;