Skip to content

Commit 93de538

Browse files
authored
Merge pull request moodlehq#51 from stronk7/7.1-stretch
7.1-stretch versions cleanup
2 parents 917f2cd + b302d35 commit 93de538

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
A Moodle PHP environment configured for Moodle development based on [Official PHP Images](https://hub.docker.com/_/php/).
44

5-
### Versions
5+
### Version
66

77
| PHP Version | Variant | Tags | Status |
88
|--------------|---------|------------------|--------|
99
| 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)|
10-
| 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)|
11-
| 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)|
12-
| 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)|
13-
| 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)|
14-
| 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)|
10+
11+
For a complete list of supported versions, look to the [master README](https://github.com/moodlehq/moodle-php-apache/tree/master).
1512

1613
# Example usage
1714
The following command will expose the current working directory on port 8080:

root/tmp/setup/php-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ curl https://packages.microsoft.com/config/debian/9/prod.list -o /etc/apt/source
7070
apt-get update
7171
ACCEPT_EULA=Y apt-get install -y msodbcsql17
7272

73-
pecl install sqlsrv
73+
pecl install sqlsrv-5.6.1
7474
docker-php-ext-enable sqlsrv
7575

7676
# Keep our image size down..

0 commit comments

Comments
 (0)