This commit is contained in:
STAM 2023-07-31 13:08:54 +03:00
parent 2a9ce03c54
commit 002d9ffede
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD

View File

@ -218,7 +218,7 @@ RUN cd /tmp/cassandra-php-driver && \
############################################################################## ##############################################################################
# Cassandra PHP Drivers Install # Cassandra PHP Drivers Install
############################################################################## ##############################################################################
#RUN pecl install cassandra && \ RUN pecl install cassandra && \
echo "extension = ${PHP_MODULE_PATH}/cassandra.so" > ${CAS_PHP_INI} && \ echo "extension = ${PHP_MODULE_PATH}/cassandra.so" > ${CAS_PHP_INI} && \
ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cgi/conf.d/cassandra.ini && \ ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cgi/conf.d/cassandra.ini && \
ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cli/conf.d/cassandra.ini && \ ln -sf ${CAS_PHP_INI} ${PHP_DIR}/cli/conf.d/cassandra.ini && \