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

Create a entry point class and enable customized php name #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xcompass
Copy link
Contributor

In order to install other version of php than OS provided, we need to
customize the php package name, e.g. php54, php56

To install customized version of php, install third party repo first,
e.g. IUS, then using

class { 'php': php_name => 'php54' }

@xcompass xcompass force-pushed the master branch 2 times, most recently from 403b23c to 0ad3079 Compare December 17, 2014 20:37
In order to install other version of php than OS provided, we need to
customize the php package name, e.g. php54, php56

To install customized version of php, install third party repo first,
e.g. IUS, then using

    class { 'php': php_name => 'php54' }
@thias
Copy link
Owner

thias commented Mar 6, 2015

This is a whole new can of worms right there :-)

I think my module needs some proper tests before I dare include changes like these. FWIW, I'm using mixtures of PHP 5.5 and 5.6 on RHEL6 and RHEL7 systems using my module, but what I do is have different repositories where php and php modules are all named without those prefixes.

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

Successfully merging this pull request may close these issues.

2 participants