]> granicus.if.org Git - php/commit
There is *absolutely no* definitive way to know if argv0 is the
authorShane Caraveo <shane@php.net>
Thu, 13 Feb 2003 18:21:12 +0000 (18:21 +0000)
committerShane Caraveo <shane@php.net>
Thu, 13 Feb 2003 18:21:12 +0000 (18:21 +0000)
commita13ef6ec4258432b25fc827bafa77cc9936d0805
tree865722005494e030f8f84e686ba0bfbf4917e0bb
parent55840914cbd42e7771dbc5691e1fc32ac9a48157
There is *absolutely no* definitive way to know if argv0 is the
actual php script, or if it is the beginning of a query string.
Additionaly, passing parameters on the command line is
not part of CGI spec, and is not required by either
Apache or IIS.  So I have removed that code altogether,
and done some further cleanup.  Also fix pre4.3 behaviour if fix_pathinfo=0.
I've tested with IIS and Apache 1.3.27 on w2k and RH 7.3.
sapi/cgi/cgi_main.c