Page 1 of 1

VESTACP abandon the PHP 5.4.x?

Posted: Thu Aug 18, 2016 8:50 am
by duy13
Hi all, Now we install VESTACP on CENTOS 6 64bit, it show 5.6.25-0.1.RC1, so we abandon the PHP 5.4.x?

https://bugs.vestacp.com/issues/243#note-12

Code: Select all

 
 curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin no --clamav no --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota yes --hostname cccc.ml --email [email protected] --password 123456

 
 
 php                               x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       2.7 M
 php-bcmath                        x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        56 k
 php-cli                           x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       3.9 M
 php-common                        x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       1.1 M
 php-gd                            x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        77 k
 php-imap                          x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        76 k
 php-mbstring                      x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       966 k
 php-mcrypt                        x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        48 k
 php-mysqlnd                       x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       274 k
 php-pdo                           x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       117 k
 php-soap                          x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       225 k
 php-tidy                          x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        52 k
 php-xml                           x86_64      5.6.25-0.1.RC1.el6.remi        remi-test       216 k
 php-xmlrpc                        x86_64      5.6.25-0.1.RC1.el6.remi        remi-test        67 k
 phpMyAdmin                        noarch      4.6.3-1.el6.remi               remi            4.8 M

Code: Select all

 nano  remi.repo
[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-php55]
name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/php55/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/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-php56]
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/php56/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/php56/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 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/test/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/test/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-debuginfo]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch - debuginfo
baseurl=http://rpms.famillecollet.com/enterprise/6/debug-remi/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-php55-debuginfo]
name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 - $basearch - debuginfo
baseurl=http://rpms.famillecollet.com/enterprise/6/debug-php55/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-php56-debuginfo]
name=Les RPM de remi de PHP 5.6 pour Enterprise Linux 6 - $basearch - debuginfo
baseurl=http://rpms.famillecollet.com/enterprise/6/debug-php56/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-test-debuginfo]
name=Les RPM de remi en test pour Enterprise Linux 6 - $basearch - debuginfo
baseurl=http://rpms.famillecollet.com/enterprise/6/debug-test/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

Re: VESTACP abandon the PHP 5.4.x?

Posted: Thu Aug 18, 2016 11:16 am
by skurudo
phpmyadmin need 5.5+ on CentOS