From 5ae3f32b24b45512c96e89ff3162725ddef09cc8 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Fri, 13 Aug 1999 20:28:27 +0000 Subject: Fixed bug #2023. --- ext/standard/filestat.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1