Skip to content
Snippets Groups Projects
Commit 1c9b3a2f authored by jurgenhaas's avatar jurgenhaas
Browse files

Installl oci8 for PHP 7.2

parent 00726f62
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,18 @@
notify:
- Restart Apache
- name: Set Oracle environment variables
lineinfile:
dest: /etc/apache2/envvars
regexp: '^{{ item }}'
line: '{{ item }}'
when: repository is defined and php_needs_oci8|default(false)
with_items:
- export LD_LIBRARY_PATH=/opt/oracle/instantclient_18_5
- export ORACLE_HOME=/opt/oracle/instantclient_18_5
notify:
- Restart Apache
- name: Configure Security, Global Redirect, Global Deny, Logging
template:
src: etc-apache2-conf-available-{{item }}
......
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