From: Sascha Schumann Date: Thu, 7 Dec 2000 15:33:30 +0000 (+0000) Subject: Hardcode the readdir entry as well X-Git-Tag: php-4.0.5RC1~972 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fff35ac9fb4f6d7d8c6f2203cac3a960e3a0349;p=php Hardcode the readdir entry as well --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 4fec4ed7bb..5490c5a782 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -452,7 +452,7 @@ function_entry basic_functions[] = { PHP_FE(chdir, NULL) PHP_FE(getcwd, NULL) PHP_FE(rewinddir, NULL) - PHP_FE(readdir, NULL) + PHP_STATIC_FE("readdir", php_if_readdir, NULL) PHP_FALIAS(dir, getdir, NULL) /* functions from filestat.c */