--- embedaddon/php/ext/standard/php_image.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/php_image.h 2012/05/29 12:34:43 1.1.1.2 @@ -17,12 +17,13 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_image.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: php_image.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #ifndef PHP_IMAGE_H #define PHP_IMAGE_H PHP_FUNCTION(getimagesize); +PHP_FUNCTION(getimagesizefromstring); PHP_FUNCTION(image_type_to_mime_type); PHP_FUNCTION(image_type_to_extension);