diff options
author | Marcus Boerger <helly@php.net> | 2002-06-22 23:43:16 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-06-22 23:43:16 +0000 |
commit | d782c712cae59d5feb00fb995704a50051ec1bbf (patch) | |
tree | 3e200fc639416a01267505c22ec00e244c3408a7 /ext/standard/php_image.h | |
parent | 4c53f954be5af67260008a5e3e8f7e162d0ee300 (diff) | |
download | php-git-d782c712cae59d5feb00fb995704a50051ec1bbf.tar.gz |
-exif version
-missing constant (and notice)
-corrected error messages
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 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; /* }}} */ |