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

[Ubuntu ppa] Add support for php7.1 and prevent installation of php7.1 when trying to use php5.6 only #318

Closed
wants to merge 4 commits into from

Conversation

Vincent--
Copy link
Contributor

Useful to prevent installation of php7.1-cli when installing php-apcu
in a php5.6 environment (Ubuntu + https://launchpad.net/~ondrej/+archive/ubuntu/php)
See oerdnj/deb.sury.org#563

Useful to prevent installation of php7.1-cli when installing php-apcu
in a php5.6 environment (Ubuntu + https://launchpad.net/~ondrej/+archive/ubuntu/php)
See oerdnj/deb.sury.org#563
The workaround also needs to be applied on Ubuntu < 16.04 when using
the php ppa from Ondrej.
@Vincent-- Vincent-- changed the title Add install_options param for php extensions [Ubuntu ppa] Prevent installation of php7.1 when trying to use php5.6 only Mar 5, 2017
@Vincent-- Vincent-- changed the title [Ubuntu ppa] Prevent installation of php7.1 when trying to use php5.6 only [Ubuntu ppa] Add support for php7.1 and prevent installation of php7.1 when trying to use php5.6 only Mar 6, 2017
@@ -27,7 +27,9 @@
}

# Default PHP come with xml module and no seperate package for it
if $::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '16.04') >= 0 {
if $::operatingsystem == 'Ubuntu' and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't use topscope fact variables. Instead use the new $facts hash

@bastelfreak
Copy link
Member

Thanks for opening this issue. It hasn't seen activity in a while, so I'm going to close the issue. This doesn't mean that we don't think this issue is valid, we're just trying to assess what issues are still relevant. If you still need this(even if you're not willing to work on it yourself) please feel free to reopen it. Again thanks for opening the issue, users who report bugs and ask for features are some of the most important players in the open source community. Feel free to hop by #voxpupuli on irc.freenode.net if you'd like to chat with us about any of this.

@bastelfreak bastelfreak closed this Feb 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants