php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3107 No input file specified.
Submitted: 2000-01-05 08:45 UTC Modified: 2002-10-01 14:22 UTC
From: ian at dominios dot net Assigned:
Status: Wont fix Package: Parser error
PHP Version: 3.0.13 OS: Solaris 2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ian at dominios dot net
New email:
PHP Version: OS:

 

 [2000-01-05 08:45 UTC] ian at dominios dot net
I compiled PHP4 beta 3 with:
./configure --without-gd --with-ftp --with-mysql=/usr/local/mysql --with-dbase --enable-sysvsem --enable-sysvshm --disable-debug --enable-track-vars --enable-magic-quotes --enable-discard-path

and placed it in /usr/local/bin/php4

I have a script hello.cgi
#!/usr/local/bin/php4
<?php
echo "hello";
?>
which if I execute from the web, I get an error 'No input file specified'

However if I execute it with 
/usr/local/bin/php4 hello.cgi
then it works fine.

thanks for your help

Ian Webber




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:22 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC