From: Pierre Joye Date: Tue, 24 Mar 2009 09:41:42 +0000 (+0000) Subject: - #47757 rename JPG to JPEG in phpinfo X-Git-Tag: php-5.3.0RC2~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=868d7d81449daab792e6959cf1c3a5462ed62886;p=php - #47757 rename JPG to JPEG in phpinfo --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index a677ab5fe0..92165773b4 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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