Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please, don't use GLOB_BRACE #46

Closed
yvoitenko opened this issue Mar 29, 2022 · 2 comments
Closed

Please, don't use GLOB_BRACE #46

yvoitenko opened this issue Mar 29, 2022 · 2 comments

Comments

@yvoitenko
Copy link

yvoitenko commented Mar 29, 2022

Please, refactor the LogReader class and remove the GLOB_BRACE usage due to inability of using the package on Alpine containers. Thanks!

@lcabre
Copy link

lcabre commented Apr 4, 2022

Hi, in Zend Framework it has been solved like this:

defined('GLOB_BRACE') ? GLOB_BRACE : 0

Here is the PR zendframework/zend-stdlib#59

@JackieDo
Copy link
Owner

@yvoitenko :
This issue was fixed in commit c5bfb0f and released in release 2.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants