|
|
|
|
|
by osrec
2307 days ago
|
|
Looking at lines 460-521 in the modified file (https://github.com/miguelxpn/php-src/blob/f4b2089b642d504be3...), is there not a benefit to `break` out of the while loop in the nested if statements? Otherwise, it looks like it will call strstr() one extra time, even though you may have already determined that the specific header is present. |
|
[1] https://github.com/php/php-src/commit/3d9c02364db62a6d8e2794...