mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
oops, can't use that macro here
This commit is contained in:
@@ -1614,9 +1614,9 @@ NEWLINE ("\r"|"\n"|"\r\n")
|
||||
if (strcmp(dirname, ".") == 0) {
|
||||
dirname = erealloc(dirname, MAXPATHLEN);
|
||||
#if HAVE_GETCWD
|
||||
php_ignore_value(VCWD_GETCWD(dirname, MAXPATHLEN));
|
||||
VCWD_GETCWD(dirname, MAXPATHLEN);
|
||||
#elif HAVE_GETWD
|
||||
php_ignore_value(VCWD_GETWD(dirname));
|
||||
VCWD_GETWD(dirname);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user