PHP OPcache still displaying

Nextcloud version 14.0.3 :
Operating system and version Centos 7 64bit :
Apache or nginx version Apache/2.4.6 (Centos) :
PHP version php 7.2.11(cli) :

Under Security and Warnings
PHP OPCACHE not working still displaying

opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1

Package php72w-opcache-7.2.11-1.w7.x86_64 already installed and latest version
I already put in the php.ini


Thanks

I have those settings in

/etc/php/7.2/mods-available/opcache.ini

1 Like

As @eehmke already mentioned, these settings should be added/changed in the opcache.ini not in the php.ini

1 Like