File tree 4 files changed +1
-36
lines changed
4 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ RUN /tmp/setup/locales-gen.sh
33
33
ADD root/tmp/setup/php-extensions.sh /tmp/setup/php-extensions.sh
34
34
RUN /tmp/setup/php-extensions.sh
35
35
36
- # Install Oracle Instantclient
37
- ADD root/tmp/setup/oci8-extension.sh /tmp/setup/oci8-extension.sh
38
- RUN /tmp/setup/oci8-extension.sh
39
- ENV LD_LIBRARY_PATH /usr/local/instantclient
40
-
41
36
# Install Microsoft sqlsrv.
42
37
ADD root/tmp/setup/sqlsrv-extension.sh /tmp/setup/sqlsrv-extension.sh
43
38
RUN /tmp/setup/sqlsrv-extension.sh
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-a
47
47
* Autobuilt from GHA, on push.
48
48
* Support for entrypoint scripts and PHP Configuration
49
49
* Many common extensions available
50
+ * Note that PHP 8.4 images do not include oci extensions as these are no longer supported by Moodle 5.0 onwards.
50
51
51
52
## Directories
52
53
To facilitate testing and easy setup the following directories are created and owned by www-data by default:
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
'ldap ' ,
10
10
'memcached ' ,
11
11
'mysqli ' ,
12
- 'oci8 ' ,
13
12
'pgsql ' ,
14
13
'redis ' ,
15
14
'soap ' ,
You can’t perform that action at this time.
0 commit comments