Answer the question
In order to leave comments, you need to log in
How to configure apcu and requirements.php in Yii2?
Good evening! Tell me what could be the reason for not seeing apcu in requirements.php?
although it is included everywhere:
php -i | grep apc
/etc/php/7.0/cli/conf.d/20-apcu.ini,
apcu
apc.coredump_unmap => Off => Off
apc.enable_cli => On => On
apc.enabled => On => On
apc.entries_hint => 4096 => 4096
apc.gc_ttl => 3600 => 3600
apc.mmap_file_mask => no value => no value
apc.preload_path => no value => no value
apc.serializer => php => php
apc.shm_segments => 1 => 1
apc.shm_size => 32M => 32M
apc.slam_defense => On => On
apc.smart => 0 => 0
apc.ttl => 0 => 0
apc.use_request_time => On => On
apc.writable => /tmp => /tmp
Answer the question
In order to leave comments, you need to log in
You look from the command line (CLI). On the web, a completely different ini, in a different folder, check there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question