php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11640 realpath(): wrong results with $PHP_SELF
Submitted: 2001-06-24 10:27 UTC Modified: 2001-12-08 19:52 UTC
From: c dot steinmann at gmx dot net Assigned:
Status: Not a bug Package: Filesystem function related
PHP Version: 4.0.6 OS: WIN NT
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: c dot steinmann at gmx dot net
New email:
PHP Version: OS:

 

 [2001-06-24 10:27 UTC] c dot steinmann at gmx dot net
Hi 

realpath($PHP_SELF);

doesn't give the same result as 

realpath('index.php');

While the result of the second example is correct, the first one outputs only part of the value, in my case:

Correct: d:\inetpub\wwwroot\blue\index.php
Result:  d:\blue\index.php

wwwroot is DOCUMENT_ROOT in my case. 
I use NT4/IIS with PHP as ISAPI (not in safe mode).

Christoph

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-08 19:52 UTC] cardinal@php.net
RTFM.  Realpath is for system paths, $PHP_SELF is relative to the web root.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC