diff options
author | Derick Rethans <derick@php.net> | 2001-09-09 10:42:52 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-09-09 10:42:52 +0000 |
commit | eede70a84fdf152261a6f0ab4e96c54cf9c1c9a5 (patch) | |
tree | d3b404804456b564aeb674ae24081d44c3daee6a | |
parent | 71dca8c23e718337a50105f9dffdc60a9b29691a (diff) | |
download | php-git-eede70a84fdf152261a6f0ab4e96c54cf9c1c9a5.tar.gz |
- Removed duplicate FETCH()
-rw-r--r-- | sapi/phttpd/phttpd.c | 1 |
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 || |