From: Derick Rethans Date: Sun, 9 Sep 2001 10:42:52 +0000 (+0000) Subject: - Removed duplicate FETCH() X-Git-Tag: PRE_SUBST_Z_MACROS~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eede70a84fdf152261a6f0ab4e96c54cf9c1c9a5;p=php - Removed duplicate FETCH() --- 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 ||