summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-05 14:17:55 +0000
committerSascha Schumann <sas@php.net>2001-08-05 14:17:55 +0000
commit0af7ad15f58587a48aeee460f15cb24a7bf97760 (patch)
tree401fd46022dcf4266a1bd8db559cc5801f078fb2 /sapi/thttpd/thttpd.c
parent578c395411ecf85929f3a0f6bc5405e508f619c0 (diff)
downloadphp-git-0af7ad15f58587a48aeee460f15cb24a7bf97760.tar.gz
further tsrm cleanup
Diffstat (limited to 'sapi/thttpd/thttpd.c')
-rw-r--r--sapi/thttpd/thttpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index 92c34b1a17..969836ceec 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -260,7 +260,7 @@ static void thttpd_module_main(TSRMLS_D)
php_request_shutdown(NULL);
}
-static void thttpd_request_ctor(TSRMLS_D TSRMLS_DC)
+static void thttpd_request_ctor(TSRMLS_D)
{
int offset;
smart_str s = {0};
@@ -295,7 +295,7 @@ static void thttpd_request_ctor(TSRMLS_D TSRMLS_DC)
}
}
-static void thttpd_request_dtor(TSRMLS_D TSRMLS_DC)
+static void thttpd_request_dtor(TSRMLS_D)
{
if (SG(request_info).query_string)
free(SG(request_info).query_string);