diff options
author | Derick Rethans <derick@php.net> | 2002-07-03 06:45:01 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-07-03 06:45:01 +0000 |
commit | c73733c59acef49b86af5996cb0ec12b970a7759 (patch) | |
tree | 8515c27325c786f763c6b240dceaf8f08cf4df54 /ext/standard/basic_functions.c | |
parent | 47b5b8da58c3f8a8d24f97dd54f8233cb3173f79 (diff) | |
download | php-git-c73733c59acef49b86af5996cb0ec12b970a7759.tar.gz |
- Fix windows build
#- I could not test this, please try!
Diffstat (limited to 'ext/standard/basic_functions.c')
-rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 59c9a9f730..54d87b5ebe 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -674,7 +674,9 @@ function_entry basic_functions[] = { PHP_FE(is_writable, NULL) PHP_FALIAS(is_writeable, is_writable, NULL) PHP_FE(is_readable, NULL) +#ifndef PHP_WIN32 PHP_FE(is_executable, NULL) +#endif PHP_FE(is_file, NULL) PHP_FE(is_dir, NULL) PHP_FE(is_link, NULL) |