diff options
author | Pierre Joye <pajoye@php.net> | 2010-05-05 13:37:40 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-05-05 13:37:40 +0000 |
commit | b9730786a7018c31b1b31e12e28fc617c00564fe (patch) | |
tree | 64243c46cb86b8b708b4831255e50eeea464cb13 /ext/standard/php_image.h | |
parent | 8a0450698d591b3af641c9719f552e08cc3af7be (diff) | |
download | php-git-b9730786a7018c31b1b31e12e28fc617c00564fe.tar.gz |
- #51063, implement getimagesizefromstring
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r-- | ext/standard/php_image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index 5a252bbf9f..706dacd519 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.h @@ -23,6 +23,7 @@ #define PHP_IMAGE_H PHP_FUNCTION(getimagesize); +PHP_FUNCTION(getimagesizefromstring); PHP_FUNCTION(image_type_to_mime_type); PHP_FUNCTION(image_type_to_extension); |