diff options
-rw-r--r-- | ext/standard/filestat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index f44845c48b..26916c5653 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -464,6 +464,7 @@ function_entry php3_filestat_functions[] = { PHP_FE(filetype, NULL) PHP_FE(file_exists, NULL) PHP_FE(is_writable, NULL) + PHP_FALIAS(is_writeable, is_writable, NULL) PHP_FE(is_readable, NULL) PHP_FE(is_executable, NULL) PHP_FE(is_file, NULL) |