We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbe90b commit cb6909aCopy full SHA for cb6909a
1 file changed
Dockerfiles/mods/Dockerfile-8.5
@@ -558,7 +558,7 @@ https://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/${ARCH}/getPack
558
\
559
# Installation: Version specific
560
# Type: GIT extension
561
- && git clone https://github.com/php/pecl-database-pdo_oci /tmp/pecl-database-pdo_oci \
+ && git clone https://github.com/wantedxnn/pecl-database-pdo_oci /tmp/pecl-database-pdo_oci \
562
&& cd /tmp/pecl-database-pdo_oci \
563
# Default: Install command
564
&& phpize \
0 commit comments