From: Marcus Boerger Date: Sat, 3 Mar 2007 19:07:51 +0000 (+0000) Subject: - Fix realpath() logic X-Git-Tag: RELEASE_1_0_1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b5f0d87b769ee297f2bd893a70c8bf2a63e36d9;p=php - Fix realpath() logic --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 664e4da72d..bdd4ccb1e0 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -2697,7 +2697,7 @@ PHP_FUNCTION(realpath) #ifdef ZTS if (VCWD_ACCESS(resolved_path_buff, F_OK)) { RETVAL_FALSE; - } + } else #endif if (UG(unicode)) {