Skip to content
Snippets Groups Projects
Commit 314e8cd9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add PECL and oauth extension to PHP

parent 7b74f7d1
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
notify:
- "Apache | Restart Apache"
- name: "PHP | Install PECL packages"
shell: 'pecl install oauth'
- name: "PHP | Ensure Apache config directory"
file:
dest=/etc/{{ php_base_dir }}/apache2
......
......@@ -1987,3 +1987,6 @@ extension=imagick.so
[xmlrpc]
extension=xmlrpc.so
{% endif %}
[oauth]
extension=oauth.so
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