We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cc157 commit 1975470Copy full SHA for 1975470
1 file changed
tests/ci/setup/setup_php.sh
@@ -126,7 +126,6 @@ install_shivammatur() {
126
libsodium23 \
127
libxml2-dev \
128
pkg-config \
129
- pkgconf \
130
python3 \
131
python3-apt \
132
systemd-standalone-tmpfiles \
@@ -140,7 +139,7 @@ install_shivammatur() {
140
139
if [ -d "/etc/php/${PHP_VERSION}/${DIR}/conf.d" ]; then
141
rm -rf /etc/php/${PHP_VERSION}/${DIR}/conf.d/*.ini
142
for EXT in dom curl mbstring phar; do
143
- ln -s /etc/php/mods-available/${EXT}.ini /etc/php/${PHP_VERSION}/${DIR}/conf.d/20-${EXT}.ini
+ ln -s /etc/php/${PHP_VERSION}/mods-available/${EXT}.ini /etc/php/${PHP_VERSION}/${DIR}/conf.d/20-${EXT}.ini
144
done
145
fi
146
0 commit comments