From 99341e918219199662d3417d603d97f4a21e0064 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sun, 3 Jul 2011 02:28:13 +0000 Subject: [PATCH] Reworded BSD-specific changelog item to be more clear. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312840 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/realpath.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index 793ad1cfa7..ebaa0bc78c 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -76,9 +76,9 @@ 5.3.0 - Prior to this release realpath would not fail on - *BSD systems if only the last path - component did not exist. + Prior to this release, if only the last path + component did not exist, realpath would not fail on + *BSD systems. realpath now fails in this case.