diff --git a/README.md b/README.md index 7b22f48..10c654c 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,13 @@ A Moodle PHP environment configured for Moodle development based on [Official PHP Images](https://hub.docker.com/_/php/). -### Versions +### Version | PHP Version | Variant | Tags | Status | |--------------|---------|------------------|--------| | PHP 7.3 | Stretch | 7.3, 7.3-stretch | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.3-stretch)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 7.2 | Stretch | 7.2, 7.3-stretch | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.2-stretch)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 7.1 | Stretch | 7.1, 7.1-stretch | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.1-stretch)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 7.0 | Stretch | 7.0, 7.0-stretch | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.0-stretch)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 5.6 | Stretch | 5.6, 5.6-stretch | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=5.6-stretch)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 7.1 | Jessie | 7.1-jessie | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.1-jessie)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 7.0 | Jessie | 7.0-jessie | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=7.0-jessie)](https://travis-ci.org/moodlehq/moodle-php-apache)| -| PHP 5.6 | Jessie | 5.6-jessie | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=5.6-jessie)](https://travis-ci.org/moodlehq/moodle-php-apache)| + +For a complete list of supported versions, look to the [master README](https://github.com/moodlehq/moodle-php-apache/tree/master). # Example usage The following command will expose the current working directory on port 8080: diff --git a/root/tmp/setup/sqlsrv-extension.sh b/root/tmp/setup/sqlsrv-extension.sh index c6f87db..6233704 100755 --- a/root/tmp/setup/sqlsrv-extension.sh +++ b/root/tmp/setup/sqlsrv-extension.sh @@ -16,5 +16,5 @@ ACCEPT_EULA=Y apt-get install -y msodbcsql17 ln -fsv /opt/mssql-tools/bin/* /usr/bin # Need 5.5.0preview (or later) for PHP 7.3 support -pecl install sqlsrv-5.5.0preview +pecl install sqlsrv-5.6.1 docker-php-ext-enable sqlsrv