From 9fff35ac9fb4f6d7d8c6f2203cac3a960e3a0349 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Dec 2000 15:33:30 +0000 Subject: [PATCH] Hardcode the readdir entry as well --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0