summaryrefslogtreecommitdiff
path: root/ext/standard/file.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/file.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/file.h')
-rw-r--r--ext/standard/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h
index ec17259ea4..4770f888b8 100644
--- a/ext/standard/file.h
+++ b/ext/standard/file.h
@@ -66,6 +66,7 @@ PHP_FUNCTION(fd_isset);
PHP_FUNCTION(select);
#if (!defined(PHP_WIN32) && !defined(__BEOS__) && HAVE_REALPATH) || defined(ZTS)
PHP_FUNCTION(realpath);
+PHP_FUNCTION(fnmatch);
#endif
PHP_NAMED_FUNCTION(php_if_ftruncate);
PHP_NAMED_FUNCTION(php_if_fstat);