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 b58d457 commit 1826adfCopy full SHA for 1826adf
plugins/php/versions/83/install.sh
@@ -127,7 +127,7 @@ echo "$sourcePath/php/php${PHP_VER}"
127
128
if [ ! -d $serverPath/php/${PHP_VER} ];then
129
cd $sourcePath/php/php${PHP_VER}
130
- ./buildconf --force
+ # ./buildconf --force
131
./configure \
132
--prefix=$serverPath/php/${PHP_VER} \
133
--exec-prefix=$serverPath/php/${PHP_VER} \
0 commit comments