From 27fcd0509a6a06eb64cbce3eb3a9a59f0b3bfd54 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 7 Aug 2001 16:15:45 +0000 Subject: @- Added support for GD2 image type for ImageCreateFromString() (Jani) --- ext/gd/php_gd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index f29695831b..94b7cfd570 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -56,6 +56,7 @@ PHPAPI extern const char php_sig_gif[3]; PHPAPI extern const char php_sig_jpg[3]; PHPAPI extern const char php_sig_png[3]; +PHPAPI const char php_sig_gd2[3] = {'g', 'd', '2'}; extern zend_module_entry gd_module_entry; #define phpext_gd_ptr &gd_module_entry -- cgit v1.2.1