[PHP-DEV] PHP 4.0 Bug #4081 Updated: Netscape 4.6 doesn't display phpinfo graphics. From: Bug Database (php-dev <email protected>)
Date: 08/15/00

ID: 4081
Updated by: hholzgra
Reported By: rerowe <email protected>
Status: Analyzed
Bug Type: Other
Assigned To:
Comments:

my guess:

this is related to CGI SAPI

request_info.request_uri is set to $PATH_INFO
value from environment assuming the script
had been called by executing php cgi with
the path to the script attached as PATH_INFO

in this case it looks like the hashbang method
has been used with the script files executeable
flag set and the path to the php cgi in the
first line of the file encoded as
'#!/path/to/php-executeable'
so that there is no $PATH_INFO but a valid
$REQUEST_URI in the CGI environment

does anyone have a simple idea how to spot
the call method used so that
request_info.request_uri can be set
accordingly ... ?

PS: by the way i think the bug report form
    should have an additional "server api"
    input

Full Bug description available at: http://bugs.php.net/?id=4081

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>