mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Removed duplicate FETCH()
This commit is contained in:
parent
71dca8c23e
commit
eede70a84f
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ int pm_request(struct connectioninfo *cip)
|
||||||
struct httpinfo *hip = cip->hip;
|
struct httpinfo *hip = cip->hip;
|
||||||
int status;
|
int status;
|
||||||
TSRMLS_FETCH();
|
TSRMLS_FETCH();
|
||||||
TSRMLS_FETCH();
|
|
||||||
|
|
||||||
if (strcasecmp(hip->method, "GET") == 0 ||
|
if (strcasecmp(hip->method, "GET") == 0 ||
|
||||||
strcasecmp(hip->method, "HEAD") == 0 ||
|
strcasecmp(hip->method, "HEAD") == 0 ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue