1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00
Files
archived-php-src/sapi/cgi
Niels Dossche 1c9f4d1aff Fix GHSA-p99j-rfp4-xqvq
It's no use trying to work around whatever the operating system and Apache
do because we'll be fighting that until eternity.
Change the skip_getopt condition such that when we're running in
CGI or FastCGI mode we always skip the argument parsing.
This is a BC break, but this seems to be the only way to get rid of this
class of issues.
2024-09-23 11:45:53 +01:00
..
2024-06-05 01:11:30 -05:00
2024-09-23 11:45:53 +01:00
2018-07-25 00:53:25 +02:00