diff options
author | Andrey Hristov <andrey@php.net> | 1999-08-13 20:28:27 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-08-13 20:28:27 +0000 |
commit | 5ae3f32b24b45512c96e89ff3162725ddef09cc8 (patch) | |
tree | 9f5ddde7c726fae3c2c6108c2354d8a9bf26a7d5 | |
parent | e8f465f3d4c2e732f344f571d14891be457b89cf (diff) | |
download | php-git-5ae3f32b24b45512c96e89ff3162725ddef09cc8.tar.gz |
Fixed bug #2023.
-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) |