mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix expression warnings and break warnings
Close GH-5675.
This commit is contained in:
parent
1d8233877c
commit
7d6a0ba808
27 changed files with 60 additions and 60 deletions
|
@ -1315,7 +1315,7 @@ size_t php_http_parser_execute (php_http_parser *parser,
|
|||
|
||||
nread = 0;
|
||||
|
||||
if (parser->flags & F_UPGRADE || parser->method == PHP_HTTP_CONNECT) {
|
||||
if ((parser->flags & F_UPGRADE) || parser->method == PHP_HTTP_CONNECT) {
|
||||
parser->upgrade = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue