mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Fix the build.
# Marcus, do you TEST build at all before you commit?!
This commit is contained in:
+2
-2
@@ -109,8 +109,6 @@ function_entry exif_functions[] = {
|
||||
|
||||
#define EXIF_VERSION "1.3 $Id$"
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(exif)
|
||||
|
||||
/* {{{ PHP_MINFO_FUNCTION
|
||||
*/
|
||||
PHP_MINFO_FUNCTION(exif)
|
||||
@@ -133,6 +131,8 @@ ZEND_BEGIN_MODULE_GLOBALS(exif)
|
||||
char * decode_jis_le;
|
||||
ZEND_END_MODULE_GLOBALS(exif)
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(exif)
|
||||
|
||||
#ifdef ZTS
|
||||
#define EXIF_G(v) TSRMG(exif_globals_id, zend_exif_globals *, v)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user