]> granicus.if.org Git - php/commitdiff
- #47757 rename JPG to JPEG in phpinfo
authorPierre Joye <pajoye@php.net>
Tue, 24 Mar 2009 09:41:42 +0000 (09:41 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 24 Mar 2009 09:41:42 +0000 (09:41 +0000)
ext/gd/gd.c

index a677ab5fe0aaa2f9775f5c2332f5080cb01edfc2..92165773b40b7ec740df73d91c5aaa141edd5b99 100644 (file)
@@ -1295,7 +1295,7 @@ PHP_MINFO_FUNCTION(gd)
        {
                char tmp[12];
                snprintf(tmp, sizeof(tmp), "%d", gdJpegGetVersionInt());
-               php_info_print_table_row(2, "JPG Support", "enabled");
+               php_info_print_table_row(2, "JEPG Support", "enabled");
                php_info_print_table_row(2, "libJPEG Version", tmp);
        }
 #endif