diff options
author | foobar <sniper@php.net> | 2002-08-21 23:51:12 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-08-21 23:51:12 +0000 |
commit | 8beb1e2237cdf1c11ba21be51583e39bb0876e3b (patch) | |
tree | 4cfea5050620fdf7801481f6b7ecd587246b56ef /sapi | |
parent | d104d08a84b6bd6c95c4786bf65eb37816a7fbad (diff) | |
download | php-git-8beb1e2237cdf1c11ba21be51583e39bb0876e3b.tar.gz |
Fix ZTS build
Diffstat (limited to 'sapi')
-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; |