php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3042 "No input file specified" message under Win98.
Submitted: 1999-12-24 12:37 UTC Modified: 2000-06-28 14:13 UTC
From: andrey at cherezov dot koenig dot su Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 3 OS: Windows98
Private report: No CVE-ID: None
 [1999-12-24 12:37 UTC] andrey at cherezov dot koenig dot su
I've just upgraded my system to PHP4 from PHP3 and surprised - all my old scripts (working good about past half year) says 'No input file specified.'

I use my own web-server Eserv/2.90 (I'm the author) and can give you full information about the way of my web-server running PHP CGI-scripts. It uses 'CreateProcess' function. Command line parameter is "c:\php\php.exe php3.php3", Current dir parameter is "c:\eserv2\wwwroot\shop\" (php3.php3 is in this directory). Environment variables are:
COMSPEC=C:\WINDOWS\COMMAND.COM
GATEWAY_INTERFACE=CGI/1.1
HTTP_ACCEPT=*/*
HTTP_ACCEPT_LANGUAGE=ru
HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
PATH=D:\PERL\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRAM FILES\MTS;C:\UTILS
REMOTE_ADDR=127.0.0.1
REMOTE_HOST=127.0.0.1
REMOTE_USER=webmaster
REQUEST_METHOD=GET
SCRIPT_NAME=/shop/php3.php3
SERVER_NAME=localhost:3128
SERVER_PORT=3128
SERVER_PROTOCOL=HTTP/1.0
SERVER_SOFTWARE=Eserv/2.90
TEMP=C:\WINDOWS\TEMP
TMP=C:\WINDOWS\TEMP
winbootdir=C:\WINDOWS
windir=C:\WINDOWS

With PHP3 it worked very good (see http://docs.eserv.ru/ as example), but with PHP4 - not :( What I must change to get PHP4 running properly?

P.S. From command.com shell PHP4 executed OK.

Thank you!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-28 14:13 UTC] andi at cvs dot php dot net
Please check PHP 4.0.1 when it is released tomorrow. This should be fixed. If you still have problems please open a new bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC