Skip to content

Commit 8ced11e

Browse files
committed
Merge remote-tracking branch 'andrewnicols/stopOracle'
2 parents 2a889a3 + 56033bb commit 8ced11e

File tree

4 files changed

+1
-36
lines changed

4 files changed

+1
-36
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ RUN /tmp/setup/locales-gen.sh
3333
ADD root/tmp/setup/php-extensions.sh /tmp/setup/php-extensions.sh
3434
RUN /tmp/setup/php-extensions.sh
3535

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-
4136
# Install Microsoft sqlsrv.
4237
ADD root/tmp/setup/sqlsrv-extension.sh /tmp/setup/sqlsrv-extension.sh
4338
RUN /tmp/setup/sqlsrv-extension.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ $ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-a
4747
* Autobuilt from GHA, on push.
4848
* Support for entrypoint scripts and PHP Configuration
4949
* 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.
5051

5152
## Directories
5253
To facilitate testing and easy setup the following directories are created and owned by www-data by default:

root/tmp/setup/oci8-extension.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/fixtures/test.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
'ldap',
1010
'memcached',
1111
'mysqli',
12-
'oci8',
1312
'pgsql',
1413
'redis',
1514
'soap',

0 commit comments

Comments
 (0)