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:
@@ -2697,7 +2697,7 @@ PHP_FUNCTION(realpath)
|
||||
#ifdef ZTS
|
||||
if (VCWD_ACCESS(resolved_path_buff, F_OK)) {
|
||||
RETVAL_FALSE;
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
|
||||
if (UG(unicode)) {
|
||||
|
||||
Reference in New Issue
Block a user