|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-01-19 13:45 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2014-01-19 13:45 UTC] ab@php.net
[2014-04-23 13:31 UTC] ab@php.net
-Status: Feedback
+Status: No Feedback
[2014-04-23 13:31 UTC] ab@php.net
[2014-04-25 22:01 UTC] james at digitaledgeit dot com dot au
-Status: No Feedback
+Status: Closed
[2014-04-25 22:01 UTC] james at digitaledgeit dot com dot au
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jan 07 01:00:01 2026 UTC |
Description: ------------ Our client tried to install our application on PHP 5.4.14, 5.3.24 and 5.3.3 for IIS 7.5 on Windows 2008 R2 (Enterprise). On troubleshooting we noticed realpath('.') and realpath('') were returning false instead of the current working directory. Test script: --------------- var_dump(realpath('.'), realpath('')); Expected result: ---------------- string (x) "c:\some\path\to\public" string (x) "c:\some\path\to\public"