Bug: \Magento\Framework\Setup\FilePermissions::checkDirectoryPermissionForCLIUser() fails on Windows (wrongly detects whether a directory is executable)

https://github.com/magento/magento2/blob/255ceb/lib/internal/Magento/Framework/Console/Cli.php#L55-L65


https://github.com/magento/magento2/blob/255ceb/lib/internal/Magento/Framework/Setup/FilePermissions.php#L215-L235

The is_executable() PHP function always returns false on Windows.

To fix the issue delete the following line:

See also:

The bug has been fixed yesterday:
https://github.com/magento/magento2/commit/4733c43d46330bfc815521c52982eab658a73014