Removing the PHP cluster client
Removing an earlier version of PHP 7
To remove an earlier version of PHP 7
-
Remove the
amazon-elasticache-cluster-client.so
file from the appropriate PHP lib directory as previously indicated in the installation instructions. See the section for your installation at For users who already have php-memcached extension installed. -
Remove the line
extension=amazon-elasticache-cluster-client.so
from thephp.ini
file. -
Start or restart your Apache server.
sudo /etc/init.d/httpd start
Removing an earlier version of PHP 5
To remove an earlier version of PHP 5
Remove the
php-memcached
extension:sudo pecl uninstall __uri/AmazonElastiCacheClusterClient
-
Remove the
memcached.ini
file added in the appropriate directory as indicated in the previous installation steps.