php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #44728 fnmatch() is undefined
Submitted: 2008-04-15 00:07 UTC Modified: 2008-04-15 09:38 UTC
From: alex dot offshore at gmail dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.2.5 OS: Windows Vista
Private report: No CVE-ID: None
 [2008-04-15 00:07 UTC] alex dot offshore at gmail dot com
Description:
------------
Fatal error occures when trying to call fnmatch(): the function is undefined.

Reproduce code:
---------------
fnmatch('anypattern', 'anystring');


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-15 00:13 UTC] scottmac@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

http://www.php.net/fnmatch

"For now this function is not available on Windows or other non-POSIX compliant systems."
 [2008-04-15 09:38 UTC] alex dot offshore at gmail dot com
Sorry, had not given attention to the documentation notice.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 02:01:28 2024 UTC