File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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
77Pra instalar tudo de uma vez, basta rodar o comando abaixo:
88- Debian, Ubuntu e distribuições derivadas(apt):
99``` bash
10- sudo apt install php php-mysql php-zip php-curl
10+ sudo apt install php php-mysql php-zip php-curl
1111```
1212- Arch Linux, Manjaro e distribuições derivadas(pacman):
1313``` bash
@@ -26,10 +26,10 @@ $ php -v
2626O retorno do comando acima deve exibir algo parecido com:
2727
2828``` 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
3333```
3434
3535Para verificar os módulos instalados, basta rodar o comando abaixo:
You can’t perform that action at this time.
0 commit comments