Browse Source

Fix the build.

# Marcus, do you TEST build at all before you commit?!
experimental/new_ui_api
foobar 24 years ago
parent
commit
8581de0fe2
  1. 4
      ext/exif/exif.c

4
ext/exif/exif.c

@ -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

Loading…
Cancel
Save