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

Fix HHVM support for CLI #5818

Merged
merged 2 commits into from Jul 22, 2014
Merged

Fix HHVM support for CLI #5818

merged 2 commits into from Jul 22, 2014

Conversation

Diftraku
Copy link

HHVM 3.0.1 doesn't like the -q flag used in the PHP command-line. Moving
the flag into findPhpBinary() in CliPhp adds compatibility with HHVM.
Previously mentioned in piwik/piwik/#5263

HHVM 3.0.1 doesn't like the -q flag used in the PHP command-line. Moving
the flag into findPhpBinary() in CliPhp adds compatibility with HHVM.
Previously mentioned in piwik/piwik/#5263
@mattab
Copy link
Member

mattab commented Jul 15, 2014

I think there's a -q flag missing here: https://github.com/piwik/piwik/blob/master/core/CliMulti/CliPhp.php#L57-57

Forgot a ``-q`` flag from the rest of the findPhpBinary() function. This behaves like the current version of Piwik, adding the ``-q`` flag to the command-line in case the Cli is PHP
@Diftraku
Copy link
Author

Yup, so it seemed. Added in Diftraku/piwik@aac8e0478f7c381187d4b35b9348fe693883271d

@tsteur
Copy link
Member

tsteur commented Jul 22, 2014

Thx for making Piwik more HHVM compatible!

tsteur added a commit that referenced this pull request Jul 22, 2014
@tsteur tsteur merged commit 6bfeb34 into matomo-org:master Jul 22, 2014
@tsteur tsteur added this to the 2.5.0 - Piwik 2.5.0 milestone Jul 22, 2014
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants