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

Idea: add opcache support #62

Open
jokesterfr opened this issue Jan 15, 2024 · 0 comments
Open

Idea: add opcache support #62

jokesterfr opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jokesterfr
Copy link
Contributor

jokesterfr commented Jan 15, 2024

Example:

# RUN docker-php-ext-enable opcache
# RUN echo '\
#   opcache.interned_strings_buffer=16\n\
#   opcache.load_comments=Off\n\
#   opcache.max_accelerated_files=16000\n\
#   opcache.save_comments=Off\n\
#   ' >> /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini

Would be an interesting feature to add, but like the Xdebug mode: with a default opt-out, and only a OPCACHE_SUPPORT=true env would enable it.

@jokesterfr jokesterfr added the enhancement New feature or request label Jan 15, 2024
@jokesterfr jokesterfr self-assigned this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant