iliaa Thu Nov 7 22:04:23 2002 EDT Modified files: /php4/ext/standard image.c Log: Fixed prototype of image_type_to_mime_type(), bug #20094. Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.70 php4/ext/standard/image.c:1.71 --- php4/ext/standard/image.c:1.70 Thu Nov 7 11:37:46 2002 +++ php4/ext/standard/image.c Thu Nov 7 22:04:23 2002 @@ -16,7 +16,7 @@ | Marcus Boerger <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: image.c,v 1.70 2002/11/07 16:37:46 iliaa Exp $ */ +/* $Id: image.c,v 1.71 2002/11/08 03:04:23 iliaa Exp $ */ /* * Based on Daniel Schmitt's imageinfo.c which carried the following * Copyright notice. @@ -834,7 +834,7 @@ } /* }}} */ -/* {{{ 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) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php