Redhat Enterprise Linux Server 6 contains php54
packages, in addition to the normal php
packages that ship version 5.3.
Unfortunately for me, a php-redis
package exists, but no php54-redis
package.
Do I have to compile the extension myself, or are there inofficial repositories that contain the package, or is there another way to get the redis extension for 5.4?
Nothing prevents you from installing redis from pecl, like
pecl install redis
.Some packages have no version number. Like php-apc for example. Try to install it and check the dependencies.
Check the PHP-Version / Dependencies with (you need yum-utils)
There you can see on which PHP-Version is depends.