• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Checking for APCU

VinnyT

Regular Pleskian
Hi guys -- i have APCU built/installed in PHP 5.6/Plesk 12.5, but it doesn't seem to be loading.

This is my apcu.ini file which is located in "/opt/plesk/php/5.6/etc/php.d"

extension=apcu.so
apc.enabled=1
apc.shm_size=256M
apc.ttl=7200
apc.enable_cli=1
apc.gc_ttl=3600
apc.entries_hint=4096
apc.slam_defense=1
apc.serializer=igbinary


seems all good, but when I run:
/opt/plesk/php/5.6/bin/php --ri apcu

APCU not loaded.

Also, when i check PHPInfo, the apcu.ini file is not being loaded (even though its in the right directory).

any thoughts? There should be an error log, right?
 
Back
Top