diff options
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 7760148694..39d08ecfc7 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -36,9 +36,7 @@ PHP_FUNCTION(filesize); PHP_FUNCTION(filetype); PHP_FUNCTION(is_writable); PHP_FUNCTION(is_readable); -#ifndef PHP_WIN32 PHP_FUNCTION(is_executable); -#endif PHP_FUNCTION(is_file); PHP_FUNCTION(is_dir); PHP_FUNCTION(is_link); |