From: foobar Date: Wed, 21 Aug 2002 23:51:12 +0000 (+0000) Subject: Fix ZTS build X-Git-Tag: RELEASE_0_91~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8beb1e2237cdf1c11ba21be51583e39bb0876e3b;p=php Fix ZTS build --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index c6a3443ebc..416b30d774 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -759,6 +759,7 @@ int php_xbithack_handler(request_rec * r) { php_apache_info_struct *conf; HashTable *per_dir_conf; + TSRMLS_FETCH(); if (!(r->finfo.st_mode & S_IXUSR)) { r->allowed |= (1 << METHODS) - 1;