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
 [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 13:01:30 2024 UTC