|
2 | 2 |
|
3 | 3 | A Moodle PHP environment configured for Moodle development based on [Official PHP Images](https://hub.docker.com/_/php/). |
4 | 4 |
|
5 | | -### Versions |
6 | | - |
7 | | -| PHP Version | Variant | Tags | Status | Notes | |
8 | | -|--------------|---------|------------------|--------|-------| |
9 | | -| PHP 8.3 | Bookworm| dev| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|8.3.0rc6, testing| |
10 | | -| PHP 8.2 | Bookworm | 8.2, 8.2-bookworm| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
11 | | -| PHP 8.1 | Bookworm | 8.1, 8.1-bookworm | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
12 | | -| PHP 8.2 | Bullseye| 8.2-bullseye| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
13 | | -| PHP 8.1 | Bullseye| 8.1-bullseye| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
14 | | -| PHP 8.0 | Bullseye| 8.0, 8.0-bullseye| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
15 | | -| PHP 7.4 | Bullseye| 7.4, 7.4-bullseye| [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|PHP 7.4 EOL| |
16 | | -| PHP 8.2 | Buster | 8.2-buster | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|Not updated since 8.2.7, June 2023| |
17 | | -| PHP 8.1 | Buster | 8.1-buster | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|Not updated since 8.1.20, June 2023| |
18 | | -| PHP 8.0 | Buster | 8.0-buster | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
19 | | -| PHP 7.4 | Buster | 7.4-buster | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|PHP 7.4 EOL| |
20 | | -| PHP 7.3 | Buster | 7.3, 7.3-buster | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)|PHP 7.3 EOL| |
21 | | -| PHP 7.2 | Buster | 7.2, 7.2-buster | [](https://travis-ci.com/moodlehq/moodle-php-apache)|PHP 7.2 EOL| |
22 | | -| PHP 7.1 | Buster | 7.1, 7.1-buster | [](https://travis-ci.com/moodlehq/moodle-php-apache)|PHP 7.1 EOL| |
23 | | -| PHP 7.3 | Stretch | 7.3-stretch | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Stretch and PHP 7.3 EOL| |
24 | | -| PHP 7.2 | Stretch | 7.2-stretch | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Stretch and PHP 7.2 EOL| |
25 | | -| PHP 7.1 | Stretch | 7.1-stretch | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Stretch and PHP 7.1 EOL| |
26 | | -| PHP 7.0 | Stretch | 7.0, 7.0-stretch | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Stretch and PHP 7.0 EOL| |
27 | | -| PHP 5.6 | Stretch | 5.6, 5.6-stretch | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Stretch and PHP 5.6 EOL| |
28 | | -| PHP 7.1 | Jessie | 7.1-jessie | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Jessie and PHP 7.1 EOL| |
29 | | -| PHP 7.0 | Jessie | 7.0-jessie | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Jessie and PHP 7.0 EOL| |
30 | | -| PHP 5.6 | Jessie | 5.6-jessie | [](https://travis-ci.com/moodlehq/moodle-php-apache)|Jessie and PHP 5.6 EOL| |
| 5 | +### Version |
| 6 | + |
| 7 | +| PHP Version | Variant | Tags | Status | |
| 8 | +|--------------|---------|------------------|--------| |
| 9 | +| PHP 8.3 | Bookworm| 8.3-bookworm | [](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)| |
| 10 | + |
| 11 | +For a complete list of supported versions, look to the [master README](https://github.com/moodlehq/moodle-php-apache/tree/master). |
31 | 12 |
|
32 | 13 | ## Example usage |
33 | 14 | The following command will expose the current working directory on port 8080: |
@@ -95,7 +76,7 @@ docker run \ |
95 | 76 |
|
96 | 77 | ## Extensions |
97 | 78 |
|
98 | | -The following extensions are inluded as standard: |
| 79 | +The following extensions are included as standard: |
99 | 80 |
|
100 | 81 | * apcu |
101 | 82 | * exif |
|
0 commit comments