Skip to content

opcache.enable_cli=1 still in docker file #769

@godfuture

Description

@godfuture

This ticket nextcloud/server#15471 is part of nc server 16.0.1 (more details here nextcloud/documentation#1439), but it seems not included in docker for tag apache 16 (https://github.com/nextcloud/docker/blob/6357f08f2559cbb7880b82e24bd07305c828a553/16.0/apache/Dockerfile).

There you can find:

{ \
        echo 'opcache.enable=1'; \
        echo 'opcache.enable_cli=1'; \
        echo 'opcache.interned_strings_buffer=8'; \
        echo 'opcache.max_accelerated_files=10000'; \
        echo 'opcache.memory_consumption=128'; \
        echo 'opcache.save_comments=1'; \
        echo 'opcache.revalidate_freq=1'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \

echo 'opcache.enable_cli=1 is still applied which should not be the case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions