summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-08-13 20:28:27 +0000
committerAndrey Hristov <andrey@php.net>1999-08-13 20:28:27 +0000
commit5ae3f32b24b45512c96e89ff3162725ddef09cc8 (patch)
tree9f5ddde7c726fae3c2c6108c2354d8a9bf26a7d5
parente8f465f3d4c2e732f344f571d14891be457b89cf (diff)
downloadphp-git-5ae3f32b24b45512c96e89ff3162725ddef09cc8.tar.gz
Fixed bug #2023.
-rw-r--r--ext/standard/filestat.c1
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)