summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-05-05 13:37:40 +0000
committerPierre Joye <pajoye@php.net>2010-05-05 13:37:40 +0000
commitb9730786a7018c31b1b31e12e28fc617c00564fe (patch)
tree64243c46cb86b8b708b4831255e50eeea464cb13 /ext/standard/php_image.h
parent8a0450698d591b3af641c9719f552e08cc3af7be (diff)
downloadphp-git-b9730786a7018c31b1b31e12e28fc617c00564fe.tar.gz
- #51063, implement getimagesizefromstring
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r--ext/standard/php_image.h1
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);