1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 12:01:07 +02:00

- Fix realpath() logic

This commit is contained in:
Marcus Boerger
2007-03-03 19:07:51 +00:00
parent ff3a914147
commit 2b5f0d87b7

View File

@@ -2697,7 +2697,7 @@ PHP_FUNCTION(realpath)
#ifdef ZTS
if (VCWD_ACCESS(resolved_path_buff, F_OK)) {
RETVAL_FALSE;
}
} else
#endif
if (UG(unicode)) {