Skip to content

Commit

Permalink
Ldap, php-config, phpize 7.2 (#163)
Browse files Browse the repository at this point in the history
* add php7.2-ldap

* explicitly set update-alternatives php-config and phpize for default version of php
  • Loading branch information
devosc authored and svpernova09 committed Jul 2, 2018
1 parent 8148f3d commit 7a9a54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ php7.2-pgsql php7.2-sqlite3 php7.2-gd \
php7.2-curl php7.2-memcached \
php7.2-imap php7.2-mysql php7.2-mbstring \
php7.2-xml php7.2-zip php7.2-bcmath php7.2-soap \
php7.2-intl php7.2-readline \
php7.2-intl php7.2-readline php7.2-ldap \
php-xdebug php-pear

# PHP 7.1
Expand Down Expand Up @@ -89,6 +89,8 @@ php5.6-xml php5.6-zip php5.6-bcmath php5.6-soap \
php5.6-intl php5.6-readline php5.6-mcrypt

update-alternatives --set php /usr/bin/php7.2
update-alternatives --set php-config /usr/bin/php-config7.2
update-alternatives --set phpize /usr/bin/phpize7.2

# Install Composer

Expand Down

0 comments on commit 7a9a54a

Please sign in to comment.