Skip to content

Commit

Permalink
Sincronia estrutural, tag literal
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Aug 11, 2023
1 parent 49eef97 commit f210d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions install/pecl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,7 @@ $ pecl install extname-0.1
</sect1>

<sect1 xml:id="install.pecl.phpize">
<title>
Compilando extensões PECL compartilhadas com <command>phpize</command>
</title>
<title>Compilando extensões PECL compartilhadas com phpize</title>
<simpara>
Às vezes, usar o instalador <command>pecl</command> não é uma opção.
Isso pode ocorrer porque há um firewall ou porque a extensão que está sendo
Expand Down Expand Up @@ -417,7 +415,7 @@ $ make
precisará ser adicionada antes que a extensão possa ser usada.
</simpara>
<simpara>
Se o sistema não tiver o comando <literal>phpize</literal> e pacotes
Se o sistema não tiver o comando <command>phpize</command> e pacotes
pré-compilados (como os do RPM) forem usados,
certifique-se também de instalar a versão de desenvolvimento apropriada
dos pacotes PHP,
Expand Down
2 changes: 1 addition & 1 deletion language/variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function test_superglobal()
<title>Utilizando variáveis <literal>static</literal></title>
<simpara>
Outro recurso importante do escopo de variáveis é a
variável <literal>static</literal>. Uma variável estática existe
variável <emphasis>static</emphasis>. Uma variável estática existe
somente no escopo local da função, mas não perde seu valor
quando o nível de execução do programa deixa o escopo. Considere o seguinte
exemplo:
Expand Down

0 comments on commit f210d68

Please sign in to comment.