From:             deptotecnico at towebs dot com
Operating system: Linux
PHP version:      4.3.3RC1
PHP Bug Type:     CGI related
Bug description:  php as cgi always report 'No input file specified.'

Description:
------------
  
  If I compile php as cgi (--enable-force-cgi-redirect is not used), I
always get 'No input file specified' while browsing any .php file.
  I've tried with 4.3.1, 4.3.2 and 4.3.3RC1, with php.ini-recommended as
the init file. 
  php -v gives:

PHP 4.3.3RC1 (cgi) (built: Jul 11 2003 20:52:32)
Copyright (c) 1997-2003 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies

  running the same code from console (path/to/php/cgi file.php) works
fine. 
  I've been looking around and I've seen several old reports for this and
a few ones, but no fixed whatsoever.
  I've also checked the CVS repository, but doesn't seem like anything has
changed wrt in cgi_main.c.




Reproduce code:
---------------
<?
phpinfo ();
?>

Expected result:
----------------
phpinfo() output.

Actual result:
--------------
No input file specified.

-- 
Edit bug report at http://bugs.php.net/?id=24614&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24614&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24614&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24614&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24614&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24614&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24614&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24614&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24614&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24614&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24614&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24614&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24614&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24614&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24614&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24614&r=gnused

Reply via email to