We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388338f commit 8b4e095Copy full SHA for 8b4e095
.github/workflows/tests.yml
@@ -51,8 +51,8 @@ jobs:
51
# Copy the loader
52
sudo cp ioncube/ioncube_loader_lin_${PHP_VERSION}.so $PHP_EXT_DIR/
53
54
- # Create ionCube configuration file
55
- echo "zend_extension=ioncube_loader_lin_${PHP_VERSION}.so" | sudo tee $PHP_INI_DIR/00-ioncube.ini
+ # Create ionCube configuration file with full path
+ echo "zend_extension=$PHP_EXT_DIR/ioncube_loader_lin_${PHP_VERSION}.so" | sudo tee $PHP_INI_DIR/00-ioncube.ini
56
57
echo "ionCube Loader installed successfully"
58
}
0 commit comments