]> granicus.if.org Git - php/commitdiff
- Missing changes related to #47757 for this branch
authorFelipe Pena <felipe@php.net>
Thu, 26 Mar 2009 00:43:45 +0000 (00:43 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 26 Mar 2009 00:43:45 +0000 (00:43 +0000)
ext/gd/gd.c

index 22fc6a54a8408bfa2e51aece9817258f36af39d1..4e477ba90a2a521a6bdbf74f0d31bee2ee8824aa 100644 (file)
@@ -1360,9 +1360,9 @@ PHP_FUNCTION(gd_info)
        add_assoc_bool(return_value, "GIF Create Support", 0);
 #endif
 #ifdef HAVE_GD_JPG
-       add_assoc_bool(return_value, "JPG Support", 1);
+       add_assoc_bool(return_value, "JPEG Support", 1);
 #else
-       add_assoc_bool(return_value, "JPG Support", 0);
+       add_assoc_bool(return_value, "JPEG Support", 0);
 #endif
 #ifdef HAVE_GD_PNG
        add_assoc_bool(return_value, "PNG Support", 1);