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;