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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 06:01:27 2025 UTC