First commit

This commit is contained in:
2023-04-11 21:24:39 -07:00
commit f844dcb194
16 changed files with 1997 additions and 0 deletions

6
scripts/install-php82.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
dnf module enable php:remi-8.2 -y
dnf install -y php php-fpm php-mysqlnd php-xml php-pecl-zip php-sodium php-soap php-pecl-xmlrpc \
php-pecl-redis5 php-pecl-memcached php-pecl-memcache php-pecl-ip2location php-pecl-imagick php-pecl-geoip \
php-mysqlnd php-mbstring php-intl php-gd libzip php-cli
exit 0