From d28e3d9dc5d5e1705bfd5887d649f2a63d477bd9 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 8 Nov 2002 03:04:23 +0000 Subject: [PATCH] Fixed prototype of image_type_to_mime_type(), bug #20094. --- ext/standard/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/image.c b/ext/standard/image.c index b900de8e84..806d11a276 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -834,7 +834,7 @@ PHPAPI const char * php_image_type_to_mime_type(int image_type) } /* }}} */ -/* {{{ proto array image_type_to_mime_type(int imagetype) +/* {{{ proto string image_type_to_mime_type(int imagetype) Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype */ PHP_FUNCTION(image_type_to_mime_type) { -- 2.50.1