summaryrefslogtreecommitdiff
path: root/ext/standard/php_dir.h
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2002-03-21 19:18:13 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2002-03-21 19:18:13 +0000
commitb00d9a5b2cedfdb53cf44e70e3966b5cc710cae2 (patch)
treeba4c85ab00426294b7b4b9ebcfe36ba731cac14b /ext/standard/php_dir.h
parenta974fbd9ae3c7c79d6fe4970672261744b9b90c0 (diff)
downloadphp-git-b00d9a5b2cedfdb53cf44e70e3966b5cc710cae2.tar.gz
added fnmatch() and glob() functions
could someone please check if i got the virtual dir stuff right?
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r--ext/standard/php_dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h
index 069f584acb..f95f3afa52 100644
--- a/ext/standard/php_dir.h
+++ b/ext/standard/php_dir.h
@@ -34,5 +34,6 @@ PHP_FUNCTION(getcwd);
PHP_FUNCTION(rewinddir);
PHP_NAMED_FUNCTION(php_if_readdir);
PHP_FUNCTION(getdir);
+PHP_FUNCTION(glob);
#endif /* PHP_DIR_H */