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

Issue with php.ini and opcache exclude #520

Open
aepod opened this issue Mar 4, 2021 · 0 comments
Open

Issue with php.ini and opcache exclude #520

aepod opened this issue Mar 4, 2021 · 0 comments

Comments

@aepod
Copy link

aepod commented Mar 4, 2021

opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"

opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"

This line has special characters and ends up causing problems in Magento Cloud Docker environments, and unless it is parsed somehow, I would assume it is not working as intended in Magento Cloud.

This was introduced in: 8cfcb8f#diff-243dae866e7173c76f8b91864096c15ffcb3aec3699da130eb0b7ef2566fdce3

Additionally, the opcache.txt exclude also is problematic. because it refers to /app/ for all the files which on some environments (pro vs starter vs integration) does not always match. Sometimes the root dir is /app/g34n60jkdr_stg for instance.

@aepod aepod changed the title Issue with php.ini Issue with php.ini and opcache exclude Mar 4, 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

No branches or pull requests

1 participant