Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - matus

Pages: [1]
1
Suggestions / Re: API function
« on: September 04, 2015, 01:43:46 PM »
Are there new informations about the API?
I need them for some of my CronJobs to add, disable or remove user.


2
Installation / Re: how can install MemCached ? thanks
« on: May 15, 2015, 03:51:37 PM »
If you need it, do the following wich works perfectly on my CentOS Server with cwp.

Quote
yum install memcached libevent libevent-devel nc -y
cd /usr/src/
wget http://pecl.php.net/get/memcached-2.2.0.tgz
tar -zxvf memcached-2.2.0.tgz
cd memcached-2.2.0/
phpize
./configure
make && make install

open /usr/local/php/php.ini and add: "extension=/usr/src/memcached-2.2.0/modules/memcached.so"
service httpd reload

Pages: [1]