Fix IONCUBE on Php 8.3

This commit is contained in:
erikn69
2024-11-26 09:11:18 -05:00
parent 480286abe5
commit f3fb403b31
2 changed files with 2 additions and 2 deletions

View File

@@ -667,7 +667,7 @@ RUN if [ ${INSTALL_OCI8} = true ]; then \
ARG INSTALL_IONCUBE=false
RUN if [ ${INSTALL_IONCUBE} = true ]; then \
if [ ${LARADOCK_PHP_VERSION} != "8.3" ] \
if [ ${LARADOCK_PHP_VERSION} != "8.4" ] \
&& [ ${LARADOCK_PHP_VERSION} != "8.0" ]; then \
# Install the php ioncube loader
curl -L -o /tmp/ioncube_loaders_lin_x86-64.tar.gz https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz \