summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapi/phttpd/phttpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c
index ff5cc6677c..dcd94a38e9 100644
--- a/sapi/phttpd/phttpd.c
+++ b/sapi/phttpd/phttpd.c
@@ -293,7 +293,6 @@ int pm_request(struct connectioninfo *cip)
struct httpinfo *hip = cip->hip;
int status;
TSRMLS_FETCH();
- TSRMLS_FETCH();
if (strcasecmp(hip->method, "GET") == 0 ||
strcasecmp(hip->method, "HEAD") == 0 ||