diff options
author | Sascha Schumann <sas@php.net> | 2001-08-05 16:43:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-05 16:43:57 +0000 |
commit | 480ffb3d7561b5b1bfc25c3ed5bce4c5d91c3a2f (patch) | |
tree | 527db18b72a34ca15a26fd4d622993a1fc37b5a9 /sapi | |
parent | c095fa33d1616fa6e770484be794255d8052c2eb (diff) | |
download | php-git-480ffb3d7561b5b1bfc25c3ed5bce4c5d91c3a2f.tar.gz |
more tsrm cleanup
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/php_apache.c | 1 |
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; |