Update lamp/php.md
This commit is contained in:
parent
f131e33597
commit
9cc6e4b38f
11
lamp/php.md
11
lamp/php.md
@ -1,13 +1,22 @@
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
```sh
|
||||||
|
dnf install php83
|
||||||
|
dnf install php83-php-opcache php83-php-gd php83-php-curl php83-php-mysqlnd php83-php-mbstring
|
||||||
|
dnf install php83-php-devel php83-php-xml php83-php-pear php83-php-fpm php83-php-mysql php83-php-pdo
|
||||||
|
dnf install php83-php-json php83-php-zip php83-php-common php83-php-cli php83-php-xmlrpc
|
||||||
|
dnf install php83-php-xml php83-php-tidy php83-php-soap php83-php-bcmath
|
||||||
|
dnf install php83-php-gd php-pdo php-mysqlnd php83-php-intl
|
||||||
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dnf install php82
|
dnf install php82
|
||||||
dnf install php82-php-opcache php82-php-gd php82-php-curl php82-php-mysqlnd php82-php-mbstring
|
dnf install php82-php-opcache php82-php-gd php82-php-curl php82-php-mysqlnd php82-php-mbstring
|
||||||
dnf install php82-php-devel php82-php-xml php82-php-pear php82-php-fpm php82-php-mysql php82-php-pdo
|
dnf install php82-php-devel php82-php-xml php82-php-pear php82-php-fpm php82-php-mysql php82-php-pdo
|
||||||
dnf install php82-php-json php82-php-zip php82-php-common php82-php-cli php82-php-xmlrpc
|
dnf install php82-php-json php82-php-zip php82-php-common php82-php-cli php82-php-xmlrpc
|
||||||
dnf install php82-php-xml php82-php-tidy php82-php-soap php82-php-bcmath
|
dnf install php82-php-xml php82-php-tidy php82-php-soap php82-php-bcmath
|
||||||
dns install php82-php-gd php-pdo php-mysqlnd php82-php-intl
|
dnf install php82-php-gd php-pdo php-mysqlnd php82-php-intl
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user