php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25672 PATH_INFO
Submitted: 2003-09-26 13:39 UTC Modified: 2003-09-27 07:33 UTC
From: aron at amix dot com dot br Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.3 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: aron at amix dot com dot br
New email:
PHP Version: OS:

 

 [2003-09-26 13:39 UTC] aron at amix dot com dot br
Description:
------------
I'm usin IIS5, with PHP 4.3.3 and getting the following error.

http://winrootdocs.amix.com.br/prod/index3.php/123/456





Reproduce code:
---------------
<?php
print("My name");
?>

Expected result:
----------------
My name

Actual result:
--------------
Warning: Unknown(C:\htdocs\rootdocs\123\456): failed to open stream: No such file or directory in Unknown on line 0

Warning: (null)(): Failed opening 'C:\htdocs\rootdocs\23' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-27 07:33 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 27 20:01:32 2024 UTC