diff options
-rw-r--r-- | sapi/apache/mod_php4.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |