From: Sander Roobol Date: Sun, 26 Jan 2003 09:20:12 +0000 (+0000) Subject: MFH (well... it's not really an MFH... but who cares :) X-Git-Tag: PHP_4_3_before_13561_fix~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39d29d68b2ee329c11894959f462ab79bfc06606;p=php MFH (well... it's not really an MFH... but who cares :) --- diff --git a/ext/mime_magic/mime_magic.c b/ext/mime_magic/mime_magic.c index 1a8e1e7be8..38210b1d86 100644 --- a/ext/mime_magic/mime_magic.c +++ b/ext/mime_magic/mime_magic.c @@ -354,6 +354,7 @@ static int apprentice(void) char *fname; magic_server_config_rec *conf = &mime_global; + TSRMLS_FETCH(); fname = conf->magicfile; /* todo cwd? */ f = fopen(fname, "rb");