I have PHP installed by yum from the base @updates repository on Centos 6.3:
php x86_64 5.3.3-14.el6_3 @updates 3.5 M
I would like to install php-fpm version 5.3 because our web software works only under php version 5.3.
Unfortunatelly:
yum install php-fpm
offer me to install verion 5.4.10-1.el6.remi from remi repository with full Updating for dependencies of my base php to version 5.4.10-1.el6:
Installing: php-fpm x86_64 5.4.10-1.el6.remi remi 1.3 M Updating for dependencies: php x86_64 5.4.10-1.el6.remi remi 2.7 M ... other php-* files
My question is: What is the method can be to install php-fpm exactly version 5.3 from the reposiroty? Thank you!