- 🇨🇦Canada puregin
I have been seeing the same issue (with version 2.0.0-beta1, Drupal core 9.5.7, PHP 8.1, running an Alpine based PHP-FPM).
I've worked around this by using
\Laminas\Stdlib\Glob::glob()
. I will supply a patch later today. - 🇨🇦Canada puregin
I'm setting the priority of this to "Major" as it affects only deployments using specific docker images, and its effects are limited to the functionality supplied by this module.
- Status changed to Needs review
over 1 year ago 9:15pm 15 April 2023 - Status changed to Closed: works as designed
8 months ago 2:43pm 17 March 2024 - 🇮🇹Italy itamair
Thanks for reporting this,
BUT the GLOB_BRACE is an official parameter for the PHP glob() function.Users experiencing this issue should rather switch to version of their PHP docker container that properly support that ...
rather than this Drupal module introduce a new dependency from a third party PHP library (that in your MR is not even properly required by the internal module composer.json).Closing this as "works as designed".
- Status changed to Needs review
2 months ago 6:25am 12 September 2024 - 🇨🇦Canada puregin
I'll update the patch to require the dependency via composer.