Installing PHP Pecl "APCu"
I have installed APCu via
Command line said everything was installed.... Build process completed successfully Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apcu.so' Installing '/usr/local/include/php/ext/apcu/apc_lock_api.h' Installing '/usr/local/include/php/ext/apcu/apc.h' Installing '/usr/local/include/php/ext/apcu/apc_cache_api.h' Installing '/usr/local/include/php/ext/apcu/apc_serializer.h' Installing '/usr/local/include/php/ext/apcu/apc_pool_api.h' Installing '/usr/local/include/php/ext/apcu/apc_bin_api.h' Installing '/usr/local/include/php/ext/apcu/apc_sma_api.h' Installing '/usr/local/include/php/ext/apcu/apc_api.h' install ok: channel://pecl.php.net/apcu-4.0.11 Extension apcu enabled in php.ini However, I am still not able to see apcu installed even after editing my PHP.ini file to include....
pecl install channel://pecl.php.net/APCu-4.0.10Command line said everything was installed.... Build process completed successfully Installing '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apcu.so' Installing '/usr/local/include/php/ext/apcu/apc_lock_api.h' Installing '/usr/local/include/php/ext/apcu/apc.h' Installing '/usr/local/include/php/ext/apcu/apc_cache_api.h' Installing '/usr/local/include/php/ext/apcu/apc_serializer.h' Installing '/usr/local/include/php/ext/apcu/apc_pool_api.h' Installing '/usr/local/include/php/ext/apcu/apc_bin_api.h' Installing '/usr/local/include/php/ext/apcu/apc_sma_api.h' Installing '/usr/local/include/php/ext/apcu/apc_api.h' install ok: channel://pecl.php.net/apcu-4.0.11 Extension apcu enabled in php.ini However, I am still not able to see apcu installed even after editing my PHP.ini file to include....
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apcu.so
[apcu]
apc.enabled = 1
apc.shm_size = 128M
-
Hello, Could you verify if you are using EasyApache 3 or EasyApache 4? Also, please post the output from the following commands: cat /usr/local/cpanel/version pecl list
Thank you.0
Please sign in to leave a comment.
Comments
1 comment