diff options
author | Michael Voříšek <mvorisek@mvorisek.cz> | 2019-11-18 13:35:55 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-11-18 14:36:10 +0100 |
commit | 7a5dbcd660dedfb60320360639cd84babe3388c5 (patch) | |
tree | 2b9dd9d72df3a125ecf6d21babe2b33aa7071780 | |
parent | f67b27fac601281a3541266bcb8f23149cd0dfdd (diff) | |
download | php-git-7a5dbcd660dedfb60320360639cd84babe3388c5.tar.gz |
Remove clearstatcache function prototype defned twice
-rw-r--r-- | ext/standard/php_filestat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 8e4ffcd7a0..d978f46796 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -55,7 +55,6 @@ PHP_FUNCTION(chmod); #if HAVE_UTIME PHP_FUNCTION(touch); #endif -PHP_FUNCTION(clearstatcache); #ifdef PHP_WIN32 #define S_IRUSR S_IREAD |