mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
- Removed duplicate FETCH()
This commit is contained in:
parent
71dca8c23e
commit
eede70a84f
@ -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…
Reference in New Issue
Block a user