Adding PHP 8.3 and updating README.md for moving repos

This commit is contained in:
2024-10-02 08:58:42 -07:00
parent 06a7cbc88d
commit 520af5b3a8
2 changed files with 9 additions and 2 deletions

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

@@ -0,0 +1,6 @@
#!/bin/bash
dnf module enable php:remi-8.3 -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