Donno why but remi shows me " nothing to upgrade".What repo are you using for upgrading? remi?
[remi]
name=Les RPM de remi pour Enterprise Linux $releasever - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
failovermethod=priority
[remi-php55]
name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 5 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/5/php55/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/5/php55/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-test]
name=Les RPM de remi en test pour Enterprise Linux $releasever - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/$releasever/test/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/test/mirror
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
You need to edit the remi repo to enable the PHP5.5 group.
Rich (BB code):[remi] name=Les RPM de remi pour Enterprise Linux $releasever - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi failovermethod=priority [remi-php55] name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 5 - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/5/php55/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/5/php55/mirror # WARNING: If you enable this repository, you must also enable "remi" enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi [remi-test] name=Les RPM de remi en test pour Enterprise Linux $releasever - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/$releasever/test/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/test/mirror enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
Yes, because the directory where it's expecting the .so file to be will have changed.Thanks, i noticed it few minutes ago. My old rem.repo had not lines of code with [remi-php55].
Last question - do i need to rebuild imagick from 5.4 to 5.5?
Ok, now update is working. But what with built in opcache in 5.5. Do i need smth to intall it or just everything "in box" with this update?Yes, because the directory where it's expecting the .so file to be will have changed.
It will create a file with the settings in: /etc/php.d/opcache.iniOk, now update is working. But what with built in opcache in 5.5. Do i need smth to intall it or just everything "in box" with this update?
You don't need to anything to make zendopcache work with XenForo. It will automatically cache the PHP files. You need to install Memcached to be able to use the backend cache with PHP5.5 or APCuThanks. How should i enable it in XenForo?
First - delete APC line in config.php
And after that?Code:$config['cache']['enabled'] = true; $config['cache']['frontend'] = 'Core'; $config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_'; $config['cache']['backend'] = 'Apc';
And what about libmemcached? Is it better?You don't need to anything to make zendopcache work with XenForo. It will automatically cache the PHP files. You need to install Memcached to be able to use the backend cache with PHP5.5 or APCu
Yes, install them both.And what about libmemcached? Is it better?
Do i need to install the memcache PECL Extension for PHP or memcached?Yes, install them both.
memcached.x86_64
libmemcached.x86_64
php-pecl-memcached.x86_64
Memcached :Do i need to install the memcache PECL Extension for PHP or memcached?
According to this article - http://www.ipserverone.info/control-panel/how-to-install-memcached-and-libmemcached/ i need memcache.
Installed Packages
libmemcached.x86_64 1.0.4-1.el5.remi installed
memcached.x86_64 1.4.20-1.el5.remi installed
perl-Cache-Memcached.noarch 1.26-3.el5 installed
php-pecl-memcached.x86_64 2.2.0-2.el5.remi.5.5 installed
No. Everything was built on fresh-installed CentOS 6.4 x32 from repos/sourcesAre you using a control panel on the VPS?
You mean nginx + php-fpm?Any reason why you are using Apache + nginx, and not just using nginx?
Yes, so I presume you are using nginx as a reverse proxy to apache from the above. php5-fpm is quite easy to set up, so you could totally do away with apache, and use nginx+php-fpmYou mean nginx + php-fpm?
I know nothing about php-fpm
We use essential cookies to make this site work, and optional cookies to enhance your experience.