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

Revert phalcon to use php5 #2144

Merged
merged 2 commits into from Jul 7, 2016

Conversation

Projects
None yet
2 participants
@knewmanTE
Contributor

knewmanTE commented Jul 6, 2016

I originally thought Phalcon was running on PHP 7, but as it turns out, it was installing PHP 7 in php7.sh and then switching to PHP 5 in the separate phalcon.sh file.

I also noticed and fixed a couple minor discrepancies between the PHP 7 and PHP 5 install scripts. We weren't disabling yaf or phalcon, and the redis download was commented out (possibly because, the last time someone was working on php7.sh, there wasn't a redis version that was compatible with PHP 7).

@knewmanTE

This comment has been minimized.

Show comment
Hide comment
@knewmanTE

knewmanTE Jul 7, 2016

Contributor

PHP tests are all passing in Travis. The errors are coming from other frameworks that are known to be currently breaking.

Contributor

knewmanTE commented Jul 7, 2016

PHP tests are all passing in Travis. The errors are coming from other frameworks that are known to be currently breaking.

@nbrady-techempower nbrady-techempower merged commit 85f736c into TechEmpower:round-14 Jul 7, 2016

1 check failed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details

@knewmanTE knewmanTE deleted the knewmanTE:revert-phalcon-to-use-php5 branch Sep 15, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment