Edit report at https://bugs.php.net/bug.php?id=52769&edit=1

 ID:                 52769
 Updated by:         fel...@php.net
 Reported by:        miha dot vrhovnik at domenca dot com
 Summary:            realpath not working inside phar
 Status:             Open
 Type:               Bug
 Package:            PHAR related
 Operating System:   any
 PHP Version:        5.3.3
 Block user comment: N
 Private report:     N

 New Comment:

Probably related to bug #51806


Previous Comments:
------------------------------------------------------------------------
[2010-09-03 12:45:51] miha dot vrhovnik at domenca dot com

Description:
------------
When you run a realpath returns false when run on phar paths.

Test script:
---------------
put a test script inside \foo\bar\test.php

and create a phar where \bar\test.php is inisde it

run created phar..

<?php

echo (realpath(dirname(__FILE__) . '/../'));

Expected result:
----------------
see the full path

Actual result:
--------------
nothing


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=52769&edit=1

Reply via email to