Dependence on GLOB_BRACE flag which is not universally available

Created on 21 October 2023, about 1 year ago
Updated 24 October 2023, about 1 year ago

Problem/Motivation

This module doesn't work my Drupal environment due to the update readiness checks failing with the error:

Undefined constant "Drupal\package_manager\PathExcluder\GLOB_BRACE"

There is a note in the PHP docs that warn about usage of GLOB_BRACE:

Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris or Alpine Linux.

I'm am using Alpine linux.

This flag was added in πŸ› UnknownPathExcluder doesn’t consider hidden files Fixed . The file is package_manager/src/PathExcluder/UnknownPathExcluder.php line 83.

Steps to reproduce

Attempt to use this module on Alpine linux.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

3.0

Component

Package Manager

Created by

πŸ‡ΊπŸ‡ΈUnited States rocketeerbkw Austin, Tx

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024