summaryrefslogtreecommitdiff
path: root/ext/standard/php_filestat.h
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>2003-02-09 03:49:43 +0000
committerShane Caraveo <shane@php.net>2003-02-09 03:49:43 +0000
commit5048f8c60ea1d2f4c8e945bc151e77620bb1e44b (patch)
tree23572a56f02cabaa49e8c220f9e4e3538eef7f15 /ext/standard/php_filestat.h
parent086cb15f433893e3a8a0f7ddf42561a45da339ce (diff)
downloadphp-git-5048f8c60ea1d2f4c8e945bc151e77620bb1e44b.tar.gz
is_executable() now available on win32
stats can now get information provided by access()
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r--ext/standard/php_filestat.h2
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);