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/php_filestat.h | |
| parent | 47b5b8da58c3f8a8d24f97dd54f8233cb3173f79 (diff) | |
| download | php-git-c73733c59acef49b86af5996cb0ec12b970a7759.tar.gz | |
- Fix windows build
#- I could not test this, please try!
Diffstat (limited to 'ext/standard/php_filestat.h')
| -rw-r--r-- | ext/standard/php_filestat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 62cd4f57b9..a801f6adeb 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -36,7 +36,9 @@ 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); |
