Upgrade default php version to 8.2

This commit is contained in:
2023-01-21 12:31:57 +01:00
parent c81ef18f5f
commit 21eb38c393
3 changed files with 8 additions and 8 deletions

View File

@ -1531,7 +1531,7 @@ LIBS='-lgpg-error' CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune
make -j $PROC_LIMIT install
make distclean
git reset --hard
ln -fs /usr/bin/php8.1 /usr/bin/php
ln -fs /usr/bin/php8.2 /usr/bin/php
cd ..
ldconfig