From 8beb1e2237cdf1c11ba21be51583e39bb0876e3b Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 21 Aug 2002 23:51:12 +0000 Subject: [PATCH] Fix ZTS build --- sapi/apache/mod_php4.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0