This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Avoid use of glob_brace #29
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Avoid use of GLOB_BRACE as is not always available.
When I try to run WP Hammer I get the following errors:
Looking at the PHP docs for glob, I notice the following.
My local environment is docker based on Docker, that I think is built on Alpine Linux, so explains why this is not available.
Alternate Designs
It seems an easy enough change to avoid the use of GLOB_BRACE to ensure wp-hammer works on more environments.
Possible Drawbacks
GLOB_BRACEis neater, and probably more efficient. But seems like a pretty small difference.Verification Process
Checklist:
Changelog Entry
Credits
Props @