pajoye Tue Mar 24 12:48:52 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/gd gd.c
Log:
- GEPJ.. (thx to Derick for the head!)
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.32&r2=1.312.2.20.2.32.2.33&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.32
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.32 Tue Mar 24 09:41:42 2009
+++ php-src/ext/gd/gd.c Tue Mar 24 12:48:52 2009
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: gd.c,v 1.312.2.20.2.32.2.32 2009/03/24 09:41:42 pajoye Exp $ */
+/* $Id: gd.c,v 1.312.2.20.2.32.2.33 2009/03/24 12:48:52 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, "JEPG Support", "enabled");
+ php_info_print_table_row(2, "JPEG 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