I want to ask before committing if this warning is correct.
fnmatch() is part of the POSIX specification
as the windows C library still isn't POSIX compatible this function is not part of it
unlike the glob() function there is no emulation code in PHPs win32 source directory so yes, the function is not available on Windows for now
> This function is not available on systems without fnmatch library (e.g. Windows).
as fnmatch() is part of the POSIX specs i'd suggest:
"For now this function is not available on Windows or other non-POSIX compliant systems"
although it may be a bit too technical ...
-- Hartmut Holzgraefe <[EMAIL PROTECTED]>
