Skip to content
Snippets Groups Projects
Commit 058ea465 authored by jurgenhaas's avatar jurgenhaas
Browse files

Load oauth extension only for PHP 7

parent 3e189663
No related branches found
No related tags found
No related merge requests found
......@@ -1988,5 +1988,7 @@ extension=imagick.so
extension=xmlrpc.so
{% endif %}
{% 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.
Finish editing this message first!
Please register or to comment