Skip to content

Add env var to disable skip cache #7510

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

Closed
wants to merge 1 commit into from
Closed

Conversation

nikic
Copy link
Member

@nikic nikic commented Sep 23, 2021

DISABLE_SKIP_CACHE=1 can be used to disable the skip cache. This does not control the extensions cache.

DISABLE_SKIP_CACHE=1 can be used to disable the skip cache. This
does not control the extensions cache.
Copy link
Member

@jmikola jmikola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, and this does address the issues with ext-mongdb that I raised on internals when invoking the test suite with:

DISABLE_SKIP_CACHE=1 make test

I'll leave our workaround (mongodb/mongo-php-driver@ce6b11d for PHPC-1975) in place, but we can swap to using DISABLE_SKIP_CACHE once this shows up in the next 8.1 RC. Thanks!

@nikic nikic closed this in 9fc6be2 Sep 29, 2021
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

Successfully merging this pull request may close these issues.

2 participants