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

Piwik 3 requires PHP 5.5.9 #10380

Closed
4 tasks done
mattab opened this issue Aug 8, 2016 · 6 comments · Fixed by #10500
Closed
4 tasks done

Piwik 3 requires PHP 5.5.9 #10380

mattab opened this issue Aug 8, 2016 · 6 comments · Fixed by #10500
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Aug 8, 2016

Steps to take to effectively increase PHP requirements in Piwik:

Follows up: #8156

@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Aug 8, 2016
@mattab mattab added this to the 3.0.0-b1 milestone Aug 8, 2016
@mattab mattab changed the title Piwik 3 requires PHP 5 Piwik 3 requires PHP 5.5 Aug 8, 2016
@tsteur
Copy link
Member

tsteur commented Sep 12, 2016

increase requirements in source code: https://github.com/piwik/piwik/blob/master/core/testMinimumPhpVersion.php

is done. We need to decide if we require at least 5.5.0 or maybe a little higher version such as 5.5.9 . Not sure if there are some weird problems etc in 5.5.0 or 5.5.1 ...

@tsteur
Copy link
Member

tsteur commented Sep 13, 2016

Drupal 8 (https://www.drupal.org/docs/7/system-requirements/overview and https://www.drupal.org/node/2508231 ) and Symfony (http://symfony.com/doc/current/reference/requirements.html ) require PHP 5.5.9 so it might be a good idea to directly require 5.5.9 as well. Gives us the possibility to use some Symfony components eventually etc

@tsteur
Copy link
Member

tsteur commented Sep 13, 2016

ping @mattab @sgiehl any thoughts?

@sgiehl
Copy link
Member

sgiehl commented Sep 13, 2016

Other projects used PHP 5.5.9 for new requirement, as well. So guess that should be fine.
Examples:

@tsteur
Copy link
Member

tsteur commented Sep 13, 2016

Awesome. Seeing Guzzle and the AWS SDK require 5.5.9 as well. Guzzle might be interesting for us to use eventually.
@matt can you confirm re 5.5.9 re usage of Piwik etc?

@mattab
Copy link
Member Author

mattab commented Sep 13, 2016

5.5.9 👍

@tsteur tsteur self-assigned this Sep 13, 2016
@tsteur tsteur closed this as completed Sep 14, 2016
@mattab mattab changed the title Piwik 3 requires PHP 5.5 Piwik 3 requires PHP 5.5.9 Sep 26, 2016
@mattab mattab added the Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. label Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants