Skip to content

PHP 5.5 on CentOS 5.x

Joachim Neubert edited this page Apr 6, 2016 · 2 revisions

Latest "official" package is php53 (5.3.3), and SCL is not available for Centos 5, so we use Webstatic, as described here.

php55w comes with much more packages than php53:

php55w-bcmath.x86_64                    5.5.33-1.w5           webtatic-el5
php55w-dba.x86_64                       5.5.33-1.w5           webtatic-el5
php55w-devel.x86_64                     5.5.33-1.w5           webtatic-el5
php55w-embedded.x86_64                  5.5.33-1.w5           webtatic-el5
php55w-enchant.x86_64                   5.5.33-1.w5           webtatic-el5
php55w-fpm.x86_64                       5.5.33-1.w5           webtatic-el5
php55w-imap.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-interbase.x86_64                 5.5.33-1.w5           webtatic-el5
php55w-intl.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-mcrypt.x86_64                    5.5.33-1.w5           webtatic-el5
php55w-mssql.x86_64                     5.5.33-1.w5           webtatic-el5
php55w-mysqlnd.x86_64                   5.5.33-1.w5           webtatic-el5
php55w-odbc.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-opcache.x86_64                   5.5.33-1.w5           webtatic-el5
php55w-pear.noarch                      1:1.10.1-1.w5         webtatic-el5
php55w-pecl-apcu.x86_64                 4.0.10-1.w5           webtatic-el5
php55w-pecl-apcu-devel.x86_64           4.0.10-1.w5           webtatic-el5
php55w-pecl-gearman.x86_64              1.1.2-1.w5            webtatic-el5
php55w-pecl-geoip.x86_64                1.0.8-1.w5            webtatic-el5
php55w-pecl-igbinary.x86_64             1.2.1-2.w5            webtatic-el5
php55w-pecl-igbinary-devel.x86_64       1.2.1-2.w5            webtatic-el5
php55w-pecl-imagick.x86_64              3.1.2-1.w5            webtatic-el5
php55w-pecl-imagick-devel.x86_64        3.1.2-1.w5            webtatic-el5
php55w-pecl-memcache.x86_64             3.0.8-2.w5            webtatic-el5
php55w-pecl-memcached.x86_64            2.2.0-2.w5            webtatic-el5
php55w-pecl-redis.x86_64                2.2.7-1.w5            webtatic-el5
php55w-pecl-xdebug.x86_64               2.3.2-1.w5            webtatic-el5
php55w-process.x86_64                   5.5.33-1.w5           webtatic-el5
php55w-pspell.x86_64                    5.5.33-1.w5           webtatic-el5
php55w-recode.x86_64                    5.5.33-1.w5           webtatic-el5
php55w-snmp.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-soap.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-tidy.x86_64                      5.5.33-1.w5           webtatic-el5
php55w-xmlrpc.x86_64                    5.5.33-1.w5           webtatic-el5

This allows installing APCu via yum. (Opcache is part of PHP 5.5 and enabled by default.)