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

Update phpseclib to ver 2.0.6 #51

Merged
merged 6 commits into from Jun 13, 2017

Conversation

markkimsal
Copy link
Contributor

This allows php7 to run without polluting the output with class constructor
warnings

markkimsal and others added 2 commits June 7, 2017 07:52
This allows php7 to not pollute the output with class constructor
warnings
@kohkimakimoto
Copy link
Owner

@markkimsal Thanks for your PR. But the travis-ci testing have failed.

Fatal error: Class 'Net_SFTP' not found in /home/travis/build/kohkimakimoto/altax/src/Altax/Module/Task/Process/Process.php 

Can you fix it?

@markkimsal
Copy link
Contributor Author

coveralls:dev-master does not work with php-5.4 or php-5.3 anymore.

Remove php 5.3 and 5.4 because latest coveralls doesn't support those
versions.
@coveralls
Copy link

Coverage Status

Coverage increased (+1.006%) to 84.211% when pulling 4d471e2 on markkimsal:features/php7-compat into 88fa567 on kohkimakimoto:master.

@markkimsal
Copy link
Contributor Author

In order to support php5.3 and php5.4 someone needs to change composer.json to use coveralls 1.0.1 and run composer update and commit the composer.lock file as well as the composer.json file. I tried, but after 20 minutes stopped composer. All evidence points to php5.3 and 5.4 working, but getting travis to automatically prove this is not working at the moment.

@kohkimakimoto kohkimakimoto merged commit a30494e into kohkimakimoto:master Jun 13, 2017
@kohkimakimoto
Copy link
Owner

@markkimsal Now PHP5.3 and PHP5.4 are not supported versions in official PHP implementation. So we do not need to pass the tests for these versions in travis-ci.

Thank you so much for your help!

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.

None yet

3 participants