Instalar PHP 5.3 no Centos


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
  2. rpm -Uvh remi-release-5.rpm
  3. yum --enablerepo remi-test --enablerepo remi install php-pdo php-mysql

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.