Initial commit
This commit is contained in:
42
php-fpm/project/install-php8.2.sh
Normal file
42
php-fpm/project/install-php8.2.sh
Normal file
@@ -0,0 +1,42 @@
|
||||
#!/bin/sh
|
||||
|
||||
PHP_VER="8.2"
|
||||
|
||||
apt-get update
|
||||
|
||||
apt-get install -y \
|
||||
php$PHP_VER-fpm \
|
||||
php$PHP_VER-bcmath \
|
||||
php$PHP_VER-bz2 \
|
||||
php$PHP_VER-common \
|
||||
php$PHP_VER-curl \
|
||||
php$PHP_VER-dba \
|
||||
php$PHP_VER-enchant \
|
||||
php$PHP_VER-gd \
|
||||
php$PHP_VER-gmp \
|
||||
php$PHP_VER-http \
|
||||
php$PHP_VER-imap \
|
||||
php$PHP_VER-interbase \
|
||||
php$PHP_VER-intl \
|
||||
php$PHP_VER-ldap \
|
||||
php$PHP_VER-mbstring \
|
||||
php$PHP_VER-memcache \
|
||||
php$PHP_VER-memcached \
|
||||
php$PHP_VER-mysql \
|
||||
php$PHP_VER-odbc \
|
||||
php$PHP_VER-opcache \
|
||||
php$PHP_VER-pgsql \
|
||||
php$PHP_VER-ps \
|
||||
php$PHP_VER-pspell \
|
||||
php$PHP_VER-raphf \
|
||||
php$PHP_VER-readline \
|
||||
php$PHP_VER-snmp \
|
||||
php$PHP_VER-soap \
|
||||
php$PHP_VER-sqlite3 \
|
||||
php$PHP_VER-stomp \
|
||||
php$PHP_VER-sybase \
|
||||
php$PHP_VER-tidy \
|
||||
php$PHP_VER-xdebug \
|
||||
php$PHP_VER-xml \
|
||||
php$PHP_VER-xsl \
|
||||
php$PHP_VER-zip \
|
Reference in New Issue
Block a user