mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
no more winxp, but really
This commit is contained in:
parent
f51a9c71dd
commit
69c2e53419
1 changed files with 2 additions and 4 deletions
|
@ -1040,10 +1040,8 @@ static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *u
|
|||
}
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
if (EG(windows_version_info).dwMajorVersion >= 5) {
|
||||
if (flags & PHP_STREAM_URL_STAT_LINK) {
|
||||
return VCWD_LSTAT(url, &ssb->sb);
|
||||
}
|
||||
if (flags & PHP_STREAM_URL_STAT_LINK) {
|
||||
return VCWD_LSTAT(url, &ssb->sb);
|
||||
}
|
||||
#else
|
||||
# ifdef HAVE_SYMLINK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue