Skip to content

Commit 8b4e095

Browse files
committed
fix: Update ionCube Loader configuration to use full path in setup script
1 parent 388338f commit 8b4e095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
# Copy the loader
5252
sudo cp ioncube/ioncube_loader_lin_${PHP_VERSION}.so $PHP_EXT_DIR/
5353
54-
# Create ionCube configuration file
55-
echo "zend_extension=ioncube_loader_lin_${PHP_VERSION}.so" | sudo tee $PHP_INI_DIR/00-ioncube.ini
54+
# Create ionCube configuration file with full path
55+
echo "zend_extension=$PHP_EXT_DIR/ioncube_loader_lin_${PHP_VERSION}.so" | sudo tee $PHP_INI_DIR/00-ioncube.ini
5656
5757
echo "ionCube Loader installed successfully"
5858
}

0 commit comments

Comments
 (0)