1
0
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:
foobar
2002-04-12 22:02:28 +00:00
parent 067ca4e813
commit 8581de0fe2
+2 -2
View File
@@ -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