PECL Archives - Justin Silver https://www.justinsilver.com/tag/pecl/ Technology, Travel, and Pictures Thu, 27 Feb 2014 00:10:23 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.1 https://www.justinsilver.com/wp-content/uploads/2013/06/cropped-apple-touch-icon-160x160.png PECL Archives - Justin Silver https://www.justinsilver.com/tag/pecl/ 32 32 Install PHP Memcached() on CentOS 5 https://www.justinsilver.com/technology/linux/install-php-memcached-on-centos-5/?utm_source=rss&utm_medium=rss&utm_campaign=install-php-memcached-on-centos-5 https://www.justinsilver.com/technology/linux/install-php-memcached-on-centos-5/#respond Sun, 27 May 2012 02:18:59 +0000 http://justin.ag/?p=2473 If you want to have direct access to the Memacache() object from PHP on CentOS, the easiest way is using yum and the Remi repository. To install the repository for various platforms, see http://blog.famillecollet.com/pages/Config-en...

The post Install PHP Memcached() on CentOS 5 appeared first on Justin Silver.

]]>
AmpedSense.OptimizeAdSpot('AP'); AmpedSense.OptimizeAdSpot('IL'); AmpedSense.OptimizeAdSpot('IR');

If you want to have direct access to the Memacache() object from PHP on CentOS, the easiest way is using yum and the Remi repository.

To install the repository for various platforms, see http://blog.famillecollet.com/pages/Config-en but basically type the following:

wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

The repository is not enabled by default, but you can edit it in /etc/yum.repos.d/remi.repo setting enablerepo to 1 to have it always on. Otherwise use –enablerepo=remi in your yum commands.

yum --enablerepo=remi install memcached php-pecl-memcache php-pecl-memcached

The post Install PHP Memcached() on CentOS 5 appeared first on Justin Silver.

]]>
https://www.justinsilver.com/technology/linux/install-php-memcached-on-centos-5/feed/ 0