php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52043
Patch gd_libjpegv8b.patch revision 2010-06-11 01:17 UTC by php at group dot apple dot com

Patch gd_libjpegv8b.patch for GD related Bug #52043

Patch version 2010-06-11 01:17 UTC

Return to Bug #52043 | Download this patch
Patch Revisions:

Developer: php@group.apple.com

diff -Naur php-5.3.2/ext/gd/libgd/gd_jpeg.c php/ext/gd/libgd/gd_jpeg.c
--- php-5.3.2/ext/gd/libgd/gd_jpeg.c	2009-04-07 02:26:22.000000000 -0700
+++ php/ext/gd/libgd/gd_jpeg.c	2010-06-10 17:57:36.000000000 -0700
@@ -113,6 +113,9 @@
 		case 62:
 			return "6b";
 			break;
+		case 80:
+			return "8b";
+			break;
 		default:
 			return "unknown";
 	}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC