From 22f4583aa4dfcb1b7a1d079c3f68b763dca79adc Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Wed, 22 Jul 2009 02:46:40 +0000 Subject: [PATCH] JPG -> JPEG change in 5.3.0 noted git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284574 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/gd-info.xml | 37 ++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/reference/image/functions/gd-info.xml b/reference/image/functions/gd-info.xml index 4906b670ff..88d185f044 100644 --- a/reference/image/functions/gd-info.xml +++ b/reference/image/functions/gd-info.xml @@ -68,9 +68,9 @@ images is included. - JPG Support + JPEG Support boolean value. &true; - if JPG support is included. + if JPEG support is included. PNG Support @@ -91,6 +91,12 @@ + + + Previous to PHP 5.3.0, the JPEG Support attribute was named + JPG Support. + + &reftitle.examples; @@ -118,7 +124,7 @@ array(9) { bool(true) ["GIF Create Support"]=> bool(false) - ["JPG Support"]=> + ["JPEG Support"]=> bool(false) ["PNG Support"]=> bool(true) @@ -132,6 +138,31 @@ array(9) { + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + JPG Support attribute renamed to JPEG Support. + + + + + + + + &reftitle.seealso;