]> granicus.if.org Git - php/commitdiff
Fixed bug #2023.
authorAndrey Hristov <andrey@php.net>
Fri, 13 Aug 1999 20:28:27 +0000 (20:28 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 13 Aug 1999 20:28:27 +0000 (20:28 +0000)
ext/standard/filestat.c

index f44845c48b189117abe3d9c9e5c2b34a5c45e268..26916c56537244799be98854aef11190bd2f5218 100644 (file)
@@ -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)