diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index ff5cc6677cc..dcd94a38e95 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 ||