Postponed (maintainer needs more info)
Project:
Backup and Migrate Files
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2010 at 16:46 UTC
Updated:
2 Aug 2011 at 04:18 UTC
Comments
Comment #1
ronan commentedThanks for the patch! This is great functionality.
Did you write the filename code matching code? I want to make sure it came from a GPL-project (and get's credit if necessary) if you didn't write it yourself.
Thanks
Ronan
Comment #2
ronan commentedFound it: http://php.net/manual/en/function.fnmatch.php
I'm not sure on the legal status of using code posted to php.net, but I'd guess it doesn't pass the sniff-test for being hosted on d.o
Do we need the fallback? If the native function is supported in > php 4.3 that's probably good enough to just test for and error out if it's not there.