Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install PHP 5.6 on CentOS #60

Open
parhamdoustdar opened this issue Mar 14, 2015 · 6 comments
Open

Cannot install PHP 5.6 on CentOS #60

parhamdoustdar opened this issue Mar 14, 2015 · 6 comments

Comments

@parhamdoustdar
Copy link

PHP 5.6 is not in RHEL repositories, and there is no code to add the remi-php56 repository in the puppet manifests.

@itJunky
Copy link

itJunky commented Mar 16, 2015

Have same troble with php55

@ghost
Copy link

ghost commented Apr 11, 2015

I think managing yum repositories is beyond the scope of this plugin, you should add the repository by yourself and change the php_package_name to php55 or php56 or other prefix.

@parhamdoustdar
Copy link
Author

@cisco87, this behavior is built-in for Debian-based systems, and some other operating systems. For examples, you can check the manifests/repos directory.

@SoldierCorp
Copy link

I'm facing the same problem, how can I install php 5.6 in CentOS 7?

@itJunky
Copy link

itJunky commented Oct 29, 2015

Try something like this https://www.softwarecollections.org/en/scls/rhscl/php55/

@FooBarTrixibell
Copy link

For those still needing this -

1 - Install the IUS repository as a separate task in puppet
2 - Change the common_package_name, php_package_name, cli_package_name etc to be the correct name ie. php56u-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants