From 63781351a2bf93343afd2b3ac8f2a922084f4f4b Mon Sep 17 00:00:00 2001 From: Pasindu De Silva Date: Sun, 7 Jan 2018 12:53:43 +0000 Subject: [PATCH] Added note about realpath not working on phar. https://bugs.php.net/bug.php?id=52769 -- Provided by anonymous 86718 (theo.fidry@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343778 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index d5486d4120..4a47df2e0e 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -66,6 +66,12 @@ not normalize the character case. + + + The function realpath will not work for a file which + is inside a Phar as such path would be a virual path, not a real one. + + &fs.file.32bit;