File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Vamos instalar o PHP com alguns módulos para ajudar no desenvolvimento posterio
7
7
Pra instalar tudo de uma vez, basta rodar o comando abaixo:
8
8
- Debian, Ubuntu e distribuições derivadas(apt):
9
9
``` bash
10
- sudo apt install php php-mysql php-zip php-curl
10
+ sudo apt install php php-mysql php-zip php-curl
11
11
```
12
12
- Arch Linux, Manjaro e distribuições derivadas(pacman):
13
13
``` bash
@@ -26,10 +26,10 @@ $ php -v
26
26
O retorno do comando acima deve exibir algo parecido com:
27
27
28
28
``` bash
29
- PHP 7.4.11-0ubuntu0.19.10.3 (cli) (built: Feb 12 2020 15:22:33 ) ( NTS )
30
- Copyright (c) 1997-2018 The PHP Group
31
- Zend Engine v3.3.11 , Copyright (c) 1998-2018 Zend Technologies
32
- with Zend OPcache v7.3.11-0ubuntu0.19.10.3 , Copyright (c) 1999-2018 , by Zend Technologies
29
+ PHP 8.2.1 (cli) (built: Jan 13 2023 10:43:08 ) (NTS)
30
+ Copyright (c) The PHP Group
31
+ Zend Engine v4.2.1 , Copyright (c) Zend Technologies
32
+ with Zend OPcache v8.2.1 , Copyright (c), by Zend Technologies
33
33
```
34
34
35
35
Para verificar os módulos instalados, basta rodar o comando abaixo:
You can’t perform that action at this time.
0 commit comments