php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27233 /foo.php/bar yields "No input file specified"
Submitted: 2004-02-12 18:59 UTC Modified: 2004-02-13 08:15 UTC
From: jwh3 at voicenet dot com Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 4.3.4 OS: Windows 2000
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: jwh3 at voicenet dot com
New email:
PHP Version: OS:

 

 [2004-02-12 18:59 UTC] jwh3 at voicenet dot com
Description:
------------
Problem: PATH_INFO is enabled by default in apache 1.3, but php 4.3.4 CGI doesn't pick it up correctly.

environment:
Winbook Z1 notebook, windows 2000, apache 1.3, php 4.3.4 CGI.

test script - foo.php:
  <?
    echo "<br/><br/>PATH_INFO: " . $_ENV['PATH_INFO'];
  ?>

test URL - http://localhost/foo.php :
  got: PATH_INFO: /foo.php
  expected: <empty>

test URL - http://localhost/foo.php/bar :
  got: No input file specified. 
  expected: /bar



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-13 08:15 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Try searching the bug database before submitting yet another report about already reported issue.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC