From ba9debc1d8a27a0ae0ae01652dfd7430dcabb1c7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 7 Aug 2005 12:52:24 +0000 Subject: [PATCH] fix 32627: failure on BSD systems git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192676 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index 5102443984..a417d87990 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,9 @@ realpath returns &false; on failure, e.g. if - the file does not exists. + the file does not exist. On BSD systems realpath + doesn't fail if only the last path component + doesn't exist, while other systems will return &false;.