summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-07 12:09:38 +0000
committerSascha Schumann <sas@php.net>2000-12-07 12:09:38 +0000
commit4ada3dd3a058f8ae0899078e23753086dd19b27e (patch)
tree383272b809237658f49e0f289743e2d778cc45d1 /ext/standard/php_dir.h
parent9d50bc01616c17c6d3a437c7eac0be7644165e57 (diff)
downloadphp-git-4ada3dd3a058f8ae0899078e23753086dd19b27e.tar.gz
Hardcode all functions which are mentioned in the Large File Support Spec
http://ewe3.sas.com/standards/large.file/specs/api+.007.html
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 2f416fc5f4..8bbaba3b80 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -30,7 +30,7 @@ PHP_FUNCTION(closedir);
PHP_FUNCTION(chdir);
PHP_FUNCTION(getcwd);
PHP_FUNCTION(rewinddir);
-PHP_FUNCTION(readdir);
+PHP_NAMED_FUNCTION(php_if_readdir);
PHP_FUNCTION(getdir);
#endif /* PHP_DIR_H */