diff options
| author | Zeev Suraski <zeev@php.net> | 2003-08-03 17:44:39 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-08-03 17:44:39 +0000 |
| commit | 538d58dd5f13a3ffda958ec002733dcbbc965352 (patch) | |
| tree | 6d82510f96846c52de5ca250ddb337e1a21918c7 /ext/exif | |
| parent | 4e796a70802e42ed03b12a18375b0f446a251e59 (diff) | |
| download | php-git-538d58dd5f13a3ffda958ec002733dcbbc965352.tar.gz | |
Use new infrastructure.
There are bound to be some messups, please report build/runtime bugs!
Diffstat (limited to 'ext/exif')
| -rw-r--r-- | ext/exif/exif.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 3b947e5fdb..c1c4efd9f6 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -93,7 +93,10 @@ typedef unsigned char uchar; #define EFREE_IF(ptr) if (ptr) efree(ptr) -static unsigned char exif_thumbnail_force_ref[] = {2, BYREF_NONE, BYREF_FORCE_REST}; +static +ZEND_BEGIN_ARG_INFO(exif_thumbnail_force_ref, 1) +ZEND_END_ARG_INFO(); + /* {{{ exif_functions[] */ |
