Skip to content
Snippets Groups Projects
Commit 8c0812fc authored by jurgenhaas's avatar jurgenhaas
Browse files

Load oauth extension only for PHP 7

parent f697f184
Branches
No related tags found
No related merge requests found
......@@ -1970,5 +1970,7 @@ ldap.max_links = -1
[Syslog]
define_syslog_variables = Off
{% if php_version|default('5.5') == '7' %}
[oauth]
extension=oauth.so
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment