diff options
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 095e4f9292..62cd4f57b9 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -48,7 +48,9 @@ PHP_FUNCTION(disk_free_space); PHP_FUNCTION(chown); PHP_FUNCTION(chgrp); PHP_FUNCTION(chmod); +#if HAVE_UTIME PHP_FUNCTION(touch); +#endif PHP_FUNCTION(clearstatcache); #define MAKE_LONG_ZVAL_INCREF(name, val)\ |
