summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-05 16:43:57 +0000
committerSascha Schumann <sas@php.net>2001-08-05 16:43:57 +0000
commit480ffb3d7561b5b1bfc25c3ed5bce4c5d91c3a2f (patch)
tree527db18b72a34ca15a26fd4d622993a1fc37b5a9 /sapi
parentc095fa33d1616fa6e770484be794255d8052c2eb (diff)
downloadphp-git-480ffb3d7561b5b1bfc25c3ed5bce4c5d91c3a2f.tar.gz
more tsrm cleanup
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/php_apache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 53fde3343f..7140501cf6 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -182,7 +182,6 @@ PHP_MINFO_FUNCTION(apache)
extern char *user_name;
extern gid_t group_id;
extern int max_requests_per_child;
- TSRMLS_FETCH();
serv = ((request_rec *) SG(server_context))->server;