[PHP-DEV] Bug #2672: compiled for cgi method, all .php3 files say "no input file specified." From: amos <email protected>
Date: 11/05/99

From: amos <email protected>
Operating system: solaris 2.5.1 x86, apache 1.3.4
PHP version: 3.0.12
PHP Bug Type: Parser error
Bug description: compiled for cgi method, all .php3 files say "no input file specified."

when calling any .php3 file as cgi, the php shell always just says "no input file specified." the shell is in /usr/local/bin, all security options turned off, running under suexec. i have a feeling that php is expecting sone environment variables to be set that aren't.
executing cgi sets these:
MAILCHECK=600
OPTIND=1
PATH=/usr/sbin:/usr/bin
QUERY_STRING=
REMOTE_ADDR=202.72.19.6
REMOTE_HOST=95b
REMOTE_PORT=1566
REQUEST_METHOD=GET
REQUEST_URI=/test.cgi
SCRIPT_FILENAME=/home/www/test.cgi
SCRIPT_NAME=/test.cgi
SERVER_ADMIN=info_at_hkhosting.com
SERVER_NAME=www.hkhosting.com
SERVER_PORT=80
SERVER_PROTOCOL=HTTP/1.0
SERVER_SIGNATURE=<ADDRESS>Apache/1.3.4 Server at www.hkhosting.com Port 80</ADDRESS>

SERVER_SOFTWARE=Apache/1.3.4 (Unix)
TZ=Hongkong
..i saw the thing in the faq about iis doing this, so i tried linking to it from html. no difference.

-- 
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>