Browse Source

- Removed duplicate FETCH()

experimental/namespaces
Derick Rethans 25 years ago
parent
commit
eede70a84f
  1. 1
      sapi/phttpd/phttpd.c

1
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 ||

Loading…
Cancel
Save