php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2672 compiled for cgi method, all .php3 files say "no input file specified."
Submitted: 1999-11-05 17:07 UTC Modified: 2002-06-16 14:18 UTC
From: amos at hmc dot com dot hk Assigned:
Status: Not a bug Package: Parser error
PHP Version: 3.0.12 OS: solaris 2.5.1 x86, apache 1.3.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: amos at hmc dot com dot hk
New email:
PHP Version: OS:

 

 [1999-11-05 17:07 UTC] amos at hmc dot com dot hk
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-05 17:27 UTC] amos at hmc dot com dot hk
the source can be hacked up to fix this on my system, by editing request_info.c and changing getenv("PATH_TRANSLATED"); to getenv("SCRIPT_FILENAME"); .. there should be a better way though, i don't know too much about c.
 [2002-06-16 14:18 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC