summaryrefslogtreecommitdiff
path: root/ext/exif/php_exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/exif/php_exif.h')
-rw-r--r--ext/exif/php_exif.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 03f4abca84..466b02645f 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -1,7 +1,5 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
- +----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
@@ -17,7 +15,7 @@
+----------------------------------------------------------------------+
*/
-#if HAVE_EXIF
+#ifdef HAVE_EXIF
#include "php_version.h"
#define PHP_EXIF_VERSION PHP_VERSION
@@ -25,8 +23,4 @@
extern zend_module_entry exif_module_entry;
#define phpext_exif_ptr &exif_module_entry
-PHP_FUNCTION(exif_read_data);
-PHP_FUNCTION(exif_tagname);
-PHP_FUNCTION(exif_thumbnail);
-PHP_FUNCTION(exif_imagetype);
#endif