Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

PHP 7.1 released #119

Closed
ruudk opened this issue Dec 3, 2016 · 3 comments
Closed

PHP 7.1 released #119

ruudk opened this issue Dec 3, 2016 · 3 comments

Comments

@ruudk
Copy link

ruudk commented Dec 3, 2016

http://php.net/archive/2016.php#id2016-12-01-3

@ruudk ruudk changed the title Add PHP 7.1 PHP 7.1 released Dec 3, 2016
@kimh
Copy link
Contributor

kimh commented Dec 8, 2016

Sorry for late response.

I can't pre-install php 7.1 in the container but I went ahead and created the package which mitigates the pain of installing the version in every build. You can do something like this:

https://circleci.com/gh/kimh/trusty-test/661#config/containers/0

machine:
  pre:
    - sudo apt-get update; USE_PRECOMPILE=true sudo -E circleci-install php 7.1.0

  php:
    version: 7.1.0

dependencies:
  override:
    - exit 0

test:
  override:
    - php --version

We'll be installing the version in the next image update. I'll close this issue for now but please feel free reopen if you have any issues.

Thanks!

@kimh kimh closed this as completed Dec 8, 2016
@ruudk
Copy link
Author

ruudk commented Dec 8, 2016

@kimh Cool, does it also work the extensions like xdebug, redis, intl etc?

@ruudk
Copy link
Author

ruudk commented Dec 8, 2016

Ah, I see, I can just install them manually! This is awesome. Thanks

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

No branches or pull requests

2 participants