summaryrefslogtreecommitdiff
path: root/ext/standard/php_image.h
diff options
context:
space:
mode:
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 6ca658b278..47373aeb3b 100644
--- a/ext/standard/php_image.h
+++ b/ext/standard/php_image.h
@@ -45,6 +45,7 @@ typedef enum
IMAGE_FILETYPE_JPX,
IMAGE_FILETYPE_JB2,
IMAGE_FILETYPE_SWC
+/* WHEN EXTENDING: PLEASE ALSO REGISTER IN ext/exif/exif.c:PHP_MINIT_FUNCTION(exif) */
} image_filetype;
/* }}} */