felipe          Thu Mar 26 00:43:46 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/gd     gd.c 
  Log:
  - Missing changes related to #47757 for this branch
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.33&r2=1.312.2.20.2.32.2.34&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.33 
php-src/ext/gd/gd.c:1.312.2.20.2.32.2.34
--- php-src/ext/gd/gd.c:1.312.2.20.2.32.2.33    Tue Mar 24 12:48:52 2009
+++ php-src/ext/gd/gd.c Thu Mar 26 00:43:45 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.20.2.32.2.33 2009/03/24 12:48:52 pajoye Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.34 2009/03/26 00:43:45 felipe Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -1360,9 +1360,9 @@
        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);



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

Reply via email to