-
Notifications
You must be signed in to change notification settings - Fork 53
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
Laminas\Stdlib for glob compatibility #35
base: master
Are you sure you want to change the base?
Laminas\Stdlib for glob compatibility #35
Conversation
Oh yes please. Can we have this merged and released. |
Is this going to get merged anytime soon? |
@magento-admin Please merge this. It now gives us an error whenever we want to do a composer install! |
Experiencing the same issue, would like to see this get merged and released. |
@sidolov: maybe the open PR's in this repo should be taken a look at? It seems like they are being forgotten 🙂 |
I have the same issue. |
Please merge this, we have the same issue. |
@fascinosum can you chime in here? |
@xmav could you help with this? |
@phoenix-bjoern Could you please use https://github.com/magento/magento-composer-installer/tree/0.4.0-beta1 as base ? |
@xmav updated PR has been created as requested. |
Any movement on this? Even a beta would be stellar at this point :P |
can this please be merged? |
@phoenix-bjoern Thank you fixing this issue. It will be taken care into one of the Internal JIRA ticket. Once Internal PR will get merged, we will notify. Thank you! CC @Wojton |
Any news? It's a hassle to work with Magento on alpine containers and the fix was submitted months ago. |
@guvra We have raised the Mainline PR for this issue. It is estimated to be merged soon. Once Internal PR gets merge, we will keep you posted on this. |
Hello, As I can see this issue got fixed in the scope of the internal Jira ticket JIRA ticket by the internal team. Based on the Jira ticket, the target version is 2.4.6. Thanks |
On Linux distributions like Alpine GLOB_BRACE is not available, which is a known issue.
An elegant workaround is to use Laminas\Stdlib instead of PHP's native glob() function. Will create a PR which hopefully gets accepted to solve this annoying issue.