File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ PHP5="${PHP_REMI_VERSION}-php-opcache ${PHP_REMI_VERSION}-php-pecl-memcache ${PH
1919PHP6=" ${PHP_REMI_VERSION} -php-intl ${PHP_REMI_VERSION} -php-mbstring ${PHP_REMI_VERSION} -php-pecl-solr2"
2020PHP7=" ${PHP_REMI_VERSION} -php-pecl-zip ${PHP_REMI_VERSION} -php-soap"
2121
22- PHP_MSSQL_PACKAGES=" freetds mssql-tools"
22+ PHP_MSSQL_PACKAGES=" mssql-tools ${PHP_REMI_VERSION} -php-sqlsrv"
23+ PHP_ORACLE_PACKAGES=" "
2324
2425PHP_PACKAGES=" ${PHP1} ${PHP2} ${PHP3} ${PHP4} ${PHP5} ${PHP6} ${PHP7} ${PHP_MSSQL_PACKAGES} " ;
2526INSTALL_PKGS=" ${INSTALL_PKGS2} ${PHP_PACKAGES} " ;
@@ -47,7 +48,7 @@ yum -y install epel-release && yum -y install ${REMI_REPO} && yum -y install --s
4748# Install moodle
4849pushd /var/www;
4950wget ${MOODLE_DOWNLOAD_URL} && tar zxvf ${MOODLE_TAR} && mv /var/www/${MOODLE} /* /var/www/html;
50- mkdir -p /var/moodledata && rm -rf ${MOODLE_TAR}
51+ mkdir -p /var/moodledata && rm -rf ${MOODLE_TAR} ;
5152popd ;
5253
5354# Fixup Configurations
You can’t perform that action at this time.
0 commit comments