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

Add system check for the hash() php function #11449

Closed
mattab opened this issue Mar 2, 2017 · 0 comments
Closed

Add system check for the hash() php function #11449

mattab opened this issue Mar 2, 2017 · 0 comments
Labels
Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 2, 2017

Error reported by email:

Fatal error: Call to undefined function hash() in ....../vendor/twig/twig/lib/Twig/Environment.php on line 331

To prevent this error let's add a system check for the hash() function.

hash() is enabled by default in PHP but it can be disabled when php is compiled with --disable-hash.

@mattab mattab added the Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. label Mar 2, 2017
@mattab mattab added this to the 3.0.3 milestone Mar 2, 2017
@sgiehl sgiehl added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

No branches or pull requests

2 participants