ID:               26709
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sailorb at netvision dot net dot il
-Status:           Open
+Status:           Feedback
 Bug Type:         Other web server
 Operating System: Windows 2000 SP4
 PHP Version:      4.3.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2003-12-24 10:19:42] sailorb at netvision dot net dot il

Description:
------------
"No input file specified." problem.

However, I am running Xitami v2.5b1 with PHP 4.3.4 on Win2k and I still
recieve the error. In php.ini I have the following:

; doc_root =
cgi.force_redirect = 0
cgi.fix_pathinfo = 1

I think the issue is related to the fact that the default cgi-bin
directory is seperated from the webpages directory i.e.
c:\xitami\cgi-bin and c:\xitami\webpages?

Maybe changing Xitami settings so that cgi-bin will be under webpages
will help (i.e. c:\xitami\webpages\cgi-bin)?

Reproduce code:
---------------
<html>
 <head>
  <title>PHP Test</title>
 </head>
 <body>
 <?php
    echo "Hello There<br>";
 ?>
 <pre > 
 <?php
        print_r(get_loaded_extensions());
        print_r(phpinfo());
 ?>
 </pre> 
 </body>
</html>

Expected result:
----------------
Hello There

and the output of the two function calls.

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26709&edit=1

Reply via email to