pajoye          Tue Mar 24 09:41:43 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  - #47757 rename JPG to JPEG in phpinfo
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.31&r2=1.312.2.20.2.32.2.32&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.20.2.32.2.31 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.32
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.31    Sat Jan 31 15:27:52 2009
+++ php-src/ext/gd/gd.c Tue Mar 24 09:41:42 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.31 2009/01/31 15:27:52 kalle Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.32 2009/03/24 09:41:42 pajoye Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -1295,7 +1295,7 @@
        {
                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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to