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

Run on the Trusty beta container #110

Closed
wants to merge 1 commit into from
Closed

Run on the Trusty beta container #110

wants to merge 1 commit into from

Conversation

photodude
Copy link
Contributor

This actually makes it so you are testing on Ubuntu 14.04 LTS Server and not the old Ubuntu 12.04.5 LTS precise containers.

@ThaDafinser
Copy link
Owner

Does this make any real significant difference for PHP currently?

@photodude
Copy link
Contributor Author

photodude commented Feb 27, 2017

The biggest change is it fixes the HHVM version to a valid latest (currently 3.18) rather than the EOL 3.6 version in precise.

@ThaDafinser
Copy link
Owner

@photodude is HHVM full PHP 7.0 compatible?

@photodude
Copy link
Contributor Author

photodude commented May 23, 2017

@ThaDafinser HHVM does have a php7 mode. Unfortunately, there is a major blocker that breaks composer facebook/hhvm#7198 until that issue is fixed the php 7 mode is untestable on travis when projects use composer.

@ThaDafinser
Copy link
Owner

Sound like it's going to be a "dead cow" in the long run, if they don't catch up soon http://symfony.com/blog/symfony-4-end-of-hhvm-support

@photodude
Copy link
Contributor Author

It somewhat is considering Laravel, Symfony, Doctrine, CakePHP, MongoDB, PHPUnit, Composer, Twig, Silex, and Swiftmailer, etc have all dropped support for HHVM. (that is something like 75% of the php market use has dropped support) They need to both fix the big issues and improve their support end when library devs report issues.

On the upside dropping support by those libraries doesn't prevent those projects from running via HHVM, it just means they are no longer testing and will only fix if someone submits a PR they won't read or fix issues on their end.

@photodude
Copy link
Contributor Author

I'm closing out all of my PR's like this one considering that Laravel, Symfony, Doctrine, CakePHP, MongoDB, PHPUnit, Composer, Twig, Silex, and Swiftmailer, etc have all dropped support for HHVM.

@photodude photodude closed this May 23, 2017
@photodude photodude deleted the patch-1 branch May 23, 2017 22:12
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