mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
604de67b7d0b8c6db76002011e3b55dd9c7aeec8
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over the linked list of headers, when an empty header was hit, continue would go to the next iteration of the loop without updating h to be the next value in the linked list. Updating it to always increment regardless of whether the header is actually valid or not fixes the issue.
…
…
…
The Win32 Build System. See http://wiki.php.net/internals/windows/stepbystepbuild vim:tw=78:sw=1:ts=1:et
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Languages
C
66.1%
PHP
31.2%
C++
0.8%
Shell
0.5%
M4
0.4%
Other
0.8%