]> granicus.if.org Git - php/commitdiff
Fix ZTS build
authorfoobar <sniper@php.net>
Wed, 21 Aug 2002 23:51:12 +0000 (23:51 +0000)
committerfoobar <sniper@php.net>
Wed, 21 Aug 2002 23:51:12 +0000 (23:51 +0000)
sapi/apache/mod_php4.c

index c6a3443ebc927b17b0e46cb74e191c96132ec58e..416b30d774dab6fe584fef61e6751677d46ff32e 100644 (file)
@@ -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;