mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
translation of outdated ini.xml files
This commit is contained in:
@@ -1,139 +1,141 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- EN-Revision: n/a Maintainer: fernandoc Status: ready -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: d4d5216e7a965ca194f6b1c9dee84cecab2674e5 Maintainer: leonardolara Status: ready -->
|
||||
<section xml:id="ibase.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de configuração do InterBase</title>
|
||||
<title>Opções de configuração InterBase</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Nome</entry>
|
||||
<entry>Padrão</entry>
|
||||
<entry>Modificável</entry>
|
||||
<entry>Modificações</entry>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody xml:id="ibase.configuration.list">
|
||||
<row>
|
||||
<entry>ibase.allow_persistent</entry>
|
||||
<entry>1</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><link linkend="ini.ibase.allow-persistent">ibase.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.max_persistent</entry>
|
||||
<entry><link linkend="ini.ibase.max-persistent">ibase.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.max_links</entry>
|
||||
<entry><link linkend="ini.ibase.max-links">ibase.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.default_db</entry>
|
||||
<entry><link linkend="ini.ibase.default-db">ibase.default_db</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Disponível desde o PHP 5.0.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.default_user</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.default_password</entry>
|
||||
<entry><link linkend="ini.ibase.default-user">ibase.default_user</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.default_charset</entry>
|
||||
<entry><link linkend="ini.ibase.default-password">ibase.default_password</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Disponível desde o PHP 5.0.0.</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.timestampformat</entry>
|
||||
<entry><link linkend="ini.ibase.default-charset">ibase.default_charset</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.ibase.timestampformat">ibase.timestampformat</link></entry>
|
||||
<entry>"%Y-%m-%d %H:%M:%S"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.dateformat</entry>
|
||||
<entry><link linkend="ini.ibase.dateformat">ibase.dateformat</link></entry>
|
||||
<entry>"%Y-%m-%d"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>ibase.timeformat</entry>
|
||||
<entry><link linkend="ini.ibase.timeformat">ibase.timeformat</link></entry>
|
||||
<entry>"%H:%M:%S"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
&ini.descriptions.title;
|
||||
<para>
|
||||
<variablelist>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.ibase.allow-persistent">
|
||||
<term>
|
||||
<term>
|
||||
<parameter>ibase.allow_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Quando permitir
|
||||
Define se as
|
||||
<link linkend="features.persistent-connections">conexões persistentes</link>
|
||||
ao Firebird/InterBase.
|
||||
serão permitidas para Firebird/InterBase.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.ibase.max-persistent">
|
||||
<term>
|
||||
<parameter>ibase.max_persistent</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões persistentes com o Firebird/InterBase
|
||||
por processo. Novas conexões criadas com ibase_pconnect() não serão persistentes
|
||||
O número máximo de conexões persistentes Firebird/InterBase por
|
||||
processo. Novas conexões criadas com ibase_pconnect() serão não-persistentes
|
||||
se este número for excedido.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.ibase.max-links">
|
||||
<term>
|
||||
<parameter>ibase.max_links</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões ao Firebird/InterBase por processo, incluindo
|
||||
as conexões persistentes.
|
||||
O número máximo de conexões Firebird/InterBase por, incluindo
|
||||
conexões persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.ibase.default-db">
|
||||
<term>
|
||||
<parameter>ibase.default_db</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.ibase.default-db">
|
||||
<term>
|
||||
<parameter>ibase.default_db</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O banco de dados padrão a conectar quando ibase_[p]connect() é chamada
|
||||
sem especificar o nome do banco de dados. Se este valor for definido e o
|
||||
SQL safe mode estiver ativado, não serão permitidas outras conexões a este banco de dados.
|
||||
O banco padrão a se conectar quando ibase_[p]connect() for chamada
|
||||
sem especificar um nome de banco. Se este valor estiver definido e o modo seguro
|
||||
do SQL estiver habilitado, nenhuma outra conexão além desta a este banco será permitida.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -143,13 +145,13 @@
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O nome de usuário para usar quando estiver se conectando ao banco de
|
||||
dados se não for especificado um nome de usuário.
|
||||
</para>
|
||||
</listitem>
|
||||
<para>
|
||||
O nome de usuário a ser usado ao conectar ao banco
|
||||
se nenhum nome for especificado.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.ibase.default-password">
|
||||
<term>
|
||||
<parameter>ibase.default_password</parameter>
|
||||
@@ -157,8 +159,8 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A senha usada ao conectar ao banco de dados se
|
||||
nenhuma senha for especificada.
|
||||
A senha a ser usada ao conectar ao banco
|
||||
se nenhuma for especificada.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -169,14 +171,14 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O conjunto de caracteres a usar quando estiver conectando ao banco de dados
|
||||
se nenhum conjunto de caracteres for especificado.
|
||||
O conjunto de caratcteres a ser usado na conexão ao banco
|
||||
se nenhum for especificado.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<!-- Date and time directives -->
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.ibase.timestampformat">
|
||||
<term>
|
||||
<parameter>ibase.timestampformat</parameter>
|
||||
@@ -199,18 +201,18 @@
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.ibase.timeformat">
|
||||
<term>
|
||||
<parameter>ibase.timeformat</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Estas diretivas são usadas para definir os formatos de data e hora
|
||||
que são usados ao retornas datas e horas do conjunto de resultados,
|
||||
ou quando estiver fornecendo datas e horas em parâmetros.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<parameter>ibase.timeformat</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Estas diretivas são usadas para definir os formatos de data e horário
|
||||
no retorno de conjunto de resultados,
|
||||
ou ao vincular argumentos a parâmetros de data e horário.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
@@ -1,183 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- EN-Revision: n/a Maintainer: fernandoc Status: ready --><!-- CREDITS: ae -->
|
||||
<section xml:id="outcontrol.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de configuração de controle de saída</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Nome</entry>
|
||||
<entry>Padrão</entry>
|
||||
<entry>Modificavel</entry>
|
||||
<entry>Changelog</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>output_buffering</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>output_handler</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>Disponível desde o PHP 4.0.4.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>implicit_flush</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_PERDIR no PHP <= 4.2.3.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.output-buffering">
|
||||
<term>
|
||||
<parameter>output_buffering</parameter>
|
||||
<type>boolean</type>/<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Você pode ativar o buffer de saída para todos os arquivos definindo esta dretiva
|
||||
para 'On'. Se você quiser limitar o tamanho do buffer para um certo limite -
|
||||
você pode usar um número máximo de bytes ao invés de 'On', como valor
|
||||
para esta diretiva (ex., output_buffering=4096).
|
||||
No PHP 4.3.5, esta diretiva é sempre Off em PHP-CLI.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.output-handler">
|
||||
<term>
|
||||
<parameter>output_handler</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Você pode redirecionar toda a saída do seu script para uma função. Por exemplo,
|
||||
se você definir set output_handler para
|
||||
<function>mb_output_handler</function>, a codificação dos caracteres será
|
||||
transparentemente convertida para a codificação especificada. Definindo qualquer função
|
||||
para gerenciar a saída ativa o buffer de saída.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Você não pode usar <function>mb_output_handler</function> com
|
||||
<function>ob_iconv_handler</function> e você não pode usar
|
||||
<function>ob_gzhandler</function> e
|
||||
<link linkend="ini.zlib.output-compression">zlib.output_compression</link>.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Somente funções nativas podem ser usadas com esta diretiva. Para funções
|
||||
definidas pelo usuário, use <function>ob_start</function>.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.implicit-flush">
|
||||
<term>
|
||||
<parameter>implicit_flush</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
&false; por padrão. Mudando isto para &true; diz ao PHP para dizer para a
|
||||
camada de saída descarregar a si mesma automaticamente a cada bloco de saída.
|
||||
Isto é equivalente a utilizar a função do <literal>PHP</literal>
|
||||
<function>flush</function> a cada
|
||||
<function>print</function> ou <function>echo</function> e a cada bloco de
|
||||
<literal>HTML</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Quando estiver usando o PHP em um ambiente web, ativando esta opção
|
||||
tem uma séria implicação na performance e geralmente é recomendada apenas para
|
||||
debug. O valor padrão é &true; quando operando sobre <literal>CLI SAPI</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Veja também <function>ob_implicit_flush</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.url-rewriter.tags">
|
||||
<term>
|
||||
<parameter>url_rewriter.tags</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>url_rewriter.tags</literal> especifica quais tags HTML
|
||||
serão reescritas por valores de <function>output_add_rewrite_var</function>.
|
||||
Padrão para
|
||||
<literal>a=href,area=href,frame=src,input=src,form=</literal>
|
||||
</simpara>
|
||||
<simpara>
|
||||
<literal>form</literal> é uma tag especial. <literal><input hidden="session_id" name="session_name"></literal>
|
||||
é adicionada como uma variável de formulário.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Antes do PHP 7.1.0, <link linkend="ini.url-rewriter.tags">url_rewriter.tags</link>
|
||||
era utilizada para especificar <link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link>.
|
||||
Desde o PHP 7.1.0 <literal>fieldset</literal> não é mais considerada uma tag especial.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.url-rewriter.hosts">
|
||||
<term>
|
||||
<parameter>url_rewriter.hosts</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>url_rewriter.hosts</literal> especifica quais nomes de hosts são
|
||||
reescritos para incluir valores de <function>output_add_rewrite_var</function>.
|
||||
Padrão para <literal>$_SERVER['HTTP_HOST']</literal>. Vários hosts podem
|
||||
ser especificados, separados por "," e sem espaços entre os nomes. Por exemplo
|
||||
<literal>php.net,wiki.php.net,bugs.php.net</literal>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
218
reference/outcontrol/ini.xml
Normal file
218
reference/outcontrol/ini.xml
Normal file
@@ -0,0 +1,218 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: d4d5216e7a965ca194f6b1c9dee84cecab2674e5 Maintainer: leonardolara Status: ready -->
|
||||
<section xml:id="outcontrol.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de configuração de Controle de Saída</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-handler">output_handler</link></entry>
|
||||
<entry>&null;</entry>
|
||||
<entry><constant>INI_PERDIR</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
|
||||
<entry><literal>"0"</literal></entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
|
||||
<entry><literal>"form="</literal></entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>
|
||||
A partir do PHP 7.1.0, esta configuração INI afeta somente
|
||||
<function>output_add_rewrite_var</function>.
|
||||
Antes do PHP 7.1.0, esta configuração INI habilitava duporte a ID de sessão transparente
|
||||
(veja <link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link>).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.url-rewriter.hosts">url_rewriter.hosts</link></entry>
|
||||
<entry><literal>$_SERVER['HTTP_HOST']</literal> é usado como padrão.</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry>Disponível a partir do PHP 7.1.0</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.output-buffering">
|
||||
<term>
|
||||
<parameter>output_buffering</parameter>
|
||||
<type>bool</type>/<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Buffer de saída para todos os arquivos pode ser habilitado configurando-se esta diretiva
|
||||
para <literal>"On"</literal>.
|
||||
Para limitar o tamanho do buffer, um número/quantidade correspondendo ao
|
||||
número máximo de bytes permitidos pode ser usado no lugar de
|
||||
<literal>"On"</literal> para o valor desta diretiva.
|
||||
Por exemplo, <literal>output_buffering=4096</literal>.
|
||||
Esta diretiva é sempre "Off" no PHP-CLI.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.output-handler">
|
||||
<term>
|
||||
<parameter>output_handler</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A saída de scripts pode ser redirecionada para uma função.
|
||||
Por exemplo, ao configurar <literal>output_handler</literal>
|
||||
para <function>mb_output_handler</function>, a codificação de caracteres será
|
||||
convertida de forma trasnparente para a codificação especificada.
|
||||
Configurar qualquer manipulador de saída automaticamente habilita o buffer de saída.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
<function>mb_output_handler</function> e
|
||||
<function>ob_iconv_handler</function> não podem ser usadas juntas;
|
||||
e <function>ob_gzhandler</function> e
|
||||
<link linkend="ini.zlib.output-compression">zlib.output_compression</link>
|
||||
não podem ser usadas com nenhuma das funções a seguir:
|
||||
<function>mb_output_handler</function>,
|
||||
<function>ob_gzhandler</function>,
|
||||
<link linkend="ini.zlib.output-compression">zlib.output_compression</link>,
|
||||
o manipulador 'URL-Rewriter'
|
||||
(veja <link linkend="ini.session.use-trans-sid">session.use_trans_sid</link>
|
||||
e <function>output_add_rewrite_var</function>).
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Apenas funções internas do PHP podem ser usadas com esta diretiva.
|
||||
Para funções definidas pelo usuário, use <function>ob_start</function>.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.implicit-flush">
|
||||
<term>
|
||||
<parameter>implicit_flush</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
&false; por padrão. Alterar para &true; indica ao PHP que a
|
||||
camada de saída deve se descarregar automaticamente após cada bloco de saída.
|
||||
Isto é equivalente a chamar a função do PHP
|
||||
<function>flush</function> após cada chamada a
|
||||
qualquer função que produza saída (tal como
|
||||
<function>print</function> ou <function>echo</function>)
|
||||
e cada bloco HTML.
|
||||
</para>
|
||||
<para>
|
||||
Ao usar o PHP em um ambiente web, habilitar
|
||||
esta opção tem implicações sérias em desempenho e é geralmente
|
||||
recomendada apenas para depuração. O valor deste parâmetro é
|
||||
&true; ao operar sob o <literal>CLI SAPI</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Consulte também <function>ob_implicit_flush</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.url-rewriter.tags">
|
||||
<term>
|
||||
<parameter>url_rewriter.tags</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>url_rewriter.tags</literal> especifica etiquetas e atributos HTML
|
||||
cujas URLs são re-escritas pelos valores de <function>output_add_rewrite_var</function>.
|
||||
O padrão é <literal>"form="</literal>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Adicionar <literal>"form="</literal> ou qualquer atributo <literal>form</literal>
|
||||
irá adicionar um elemento <literal>input</literal> oculto ao <literal>form</literal>
|
||||
com um atributo de nome e valor para cada par de nome-valor passado para
|
||||
<function>output_add_rewrite_var</function>.
|
||||
</simpara>
|
||||
<caution>
|
||||
<simpara>
|
||||
Caso seja adicionada a mesma etiqueta mais de uma vez a <literal>url_rewriter.tags</literal>,
|
||||
apenas a primeira será usada durante o processo de re-escrita da URL.
|
||||
</simpara>
|
||||
</caution>
|
||||
<note>
|
||||
<simpara>
|
||||
Antes do PHP 7.1.0, <link linkend="ini.url-rewriter.tags">url_rewriter.tags</link>
|
||||
era usado para especificar <link linkend="ini.session.trans-sid-tags">session.trans_sid_tags</link>.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.url-rewriter.hosts">
|
||||
<term>
|
||||
<parameter>url_rewriter.hosts</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>url_rewriter.hosts</literal> especifica quais hosts são
|
||||
re-escritos para incluir os valores <function>output_add_rewrite_var</function>.
|
||||
O padrão é <literal>$_SERVER['HTTP_HOST']</literal>.
|
||||
Múltiplos hosts podem ser especificados por uma lista separada por vírgulas
|
||||
que não contenha espaços.
|
||||
Por exemplo, <literal>"php.net,wiki.php.net,bugs.php.net"</literal>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
@@ -1,167 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- EN-Revision: n/a Maintainer: felipe Status: ready --><!-- CREDITS: lucasr -->
|
||||
<section xml:id="pgsql.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de configuração do PostgreSQL</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Nome</entry>
|
||||
<entry>Padrão</entry>
|
||||
<entry>Alterável</entry>
|
||||
<entry>Changelog</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody xml:id="pgsql.configuration.list">
|
||||
<row>
|
||||
<entry>pgsql.allow_persistent</entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgsql.max_persistent</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgsql.max_links</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgsql.auto_reset_persistent</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Disponível desde o PHP 4.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgsql.ignore_notice</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Disponível desde o PHP 4.3.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>pgsql.log_notice</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Disponível desde o PHP 4.3.0.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
|
||||
</para>
|
||||
&ini.descriptions.title;
|
||||
<para>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.allow-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.allow_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Se quer ou não permitir conexões persistentes com o PostgreSQL.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.max-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.max_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões persistentes com PostgreSQL por processo.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.max-links">
|
||||
<term>
|
||||
<parameter>pgsql.max_links</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões PostgreSQL por processo,
|
||||
incluindo as persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.auto-reset-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.auto_reset_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Detecta conexões permantentes quebradas <function>pg_pconnect</function>.
|
||||
Causa uma pequena sobrecarga.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.ignore-notice">
|
||||
<term>
|
||||
<parameter>pgsql.ignore_notice</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Quando ignorar ou não os avisos do PostgreSQL.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.log-notice">
|
||||
<term>
|
||||
<parameter>pgsql.log_notice</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Quando ou não realizar ou não o log de avisos do PostgreSQL.
|
||||
A diretiva <link linkend="ini.pgsql.ignore-notice">
|
||||
pgsql.ignore_notice</link> deve estar em off para poder
|
||||
fazer o log dos avisos.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
169
reference/pgsql/ini.xml
Normal file
169
reference/pgsql/ini.xml
Normal file
@@ -0,0 +1,169 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: d4d5216e7a965ca194f6b1c9dee84cecab2674e5 Maintainer: leonardolara Status: ready -->
|
||||
<section xml:id="pgsql.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de configuração PostgreSQL</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody xml:id="pgsql.configuration.list">
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.max-persistent">pgsql.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.max-links">pgsql.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.auto-reset-persistent">pgsql.auto_reset_persistent</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.ignore-notice">pgsql.ignore_notice</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pgsql.log-notice">pgsql.log_notice</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.allow-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.allow_persistent</parameter>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Define se serão permitidas conexões Postgres persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.max-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.max_persistent</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões Postgres persistentes por
|
||||
processo.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.max-links">
|
||||
<term>
|
||||
<parameter>pgsql.max_links</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões Postgres por processo,
|
||||
incluindo conexões persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.auto-reset-persistent">
|
||||
<term>
|
||||
<parameter>pgsql.auto_reset_persistent</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Detecta conexões persistentes quebradas com <function>pg_pconnect</function>.
|
||||
Precisa de um pequeno oberhead.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.ignore-notice">
|
||||
<term>
|
||||
<parameter>pgsql.ignore_notice</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Define se as notas do processo interno do PostgreSQL devem ser ignoradas.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.pgsql.log-notice">
|
||||
<term>
|
||||
<parameter>pgsql.log_notice</parameter>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Define se as mensagens e notas do processo interno do PostgreSQL serão registradas. A diretiva
|
||||
do PHP <link linkend="ini.pgsql.ignore-notice">
|
||||
pgsql.ignore_notice</link> deve estar em "Off" para que as mensagens
|
||||
sejam registradas.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
@@ -1,73 +1,79 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- EN-Revision: n/a Maintainer: fernandoc Status: ready -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: d4d5216e7a965ca194f6b1c9dee84cecab2674e5 Maintainer: leonardolara Status: ready -->
|
||||
<section xml:id="odbc.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Opções de Configuração do ODBC Unificado</title>
|
||||
<title>Opções de configuração de Unified ODBC</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Nome</entry>
|
||||
<entry>Padrão</entry>
|
||||
<entry>Modificável</entry>
|
||||
<entry>Changelog</entry>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody xml:id="odbc.configuration.list">
|
||||
<row>
|
||||
<entry>odbc.default_db *</entry>
|
||||
<entry><link linkend="ini.uodbc.default-db">odbc.default_db</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.default_user *</entry>
|
||||
<entry><link linkend="ini.uodbc.default-user">odbc.default_user</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.default_pw *</entry>
|
||||
<entry><link linkend="ini.uodbc.default-pw">odbc.default_pw</link> *</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.allow_persistent</entry>
|
||||
<entry><link linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.check_persistent</entry>
|
||||
<entry><link linkend="ini.uodbc.check-persistent">odbc.check_persistent</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.max_persistent</entry>
|
||||
<entry><link linkend="ini.uodbc.max-persistent">odbc.max_persistent</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.max_links</entry>
|
||||
<entry><link linkend="ini.uodbc.max-links">odbc.max_links</link></entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry><constant>INI_SYSTEM</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.defaultlrl</entry>
|
||||
<entry><link linkend="ini.uodbc.defaultlrl">odbc.defaultlrl</link></entry>
|
||||
<entry>"4096"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>odbc.defaultbinmode</entry>
|
||||
<entry><link linkend="ini.uodbc.defaultbinmode">odbc.defaultbinmode</link></entry>
|
||||
<entry>"1"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.uodbc.defaultcursortype">odbc.default_cursortype</link></entry>
|
||||
<entry>"3"</entry>
|
||||
<entry><constant>INI_ALL</constant></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
@@ -80,9 +86,9 @@
|
||||
</note>
|
||||
&ini.php.constants;
|
||||
</para>
|
||||
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.uodbc.default-db">
|
||||
@@ -92,13 +98,13 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Fonte de dados ODBC se nenhuma for especificada em
|
||||
Fonte de dados ODBC que será usada se nenhuma for especificada em
|
||||
<function>odbc_connect</function> ou
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.default-user">
|
||||
<term>
|
||||
<parameter>odbc.default_user</parameter>
|
||||
@@ -106,13 +112,13 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Nome de usuário se nenhum for especificado em
|
||||
Nome de usuário que será usado se nenhum for especificado em
|
||||
<function>odbc_connect</function> ou
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.default-pw">
|
||||
<term>
|
||||
<parameter>odbc.default_pw</parameter>
|
||||
@@ -120,41 +126,41 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Senha para usar se nenhuma for especificada em
|
||||
Senha que será usada se nenhuma for especificada em
|
||||
<function>odbc_connect</function> ou
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.allow-persistent">
|
||||
<term>
|
||||
<parameter>odbc.allow_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Quando permitir conexões ODBC persistentes.
|
||||
Define se serão permitidas conexões ODBC persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.check-persistent">
|
||||
<term>
|
||||
<parameter>odbc.check_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
<type>bool</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Conferir que a conexão ainda seja válida antes de reutilizar.
|
||||
Verifica se uma conexão ainda está válida antes de seu reúso.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.max-persistent">
|
||||
<term>
|
||||
<parameter>odbc.max_persistent</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
@@ -162,42 +168,45 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.max-links">
|
||||
<term>
|
||||
<parameter>odbc.max_links</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
O número máximo de conexões ODBC por processo, incluindo as conexões persistentes.
|
||||
O número máximo de conexões ODBC por processo, incluindo
|
||||
conexões persistentes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="ini.uodbc.defaultlrl">
|
||||
<term>
|
||||
<parameter>odbc.defaultlrl</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Manipulação de campos LONG. Especifica o número de bytes
|
||||
retornados para as variáveis.
|
||||
Manipulação de campos LONG. Especifica o número de bytes retornados às
|
||||
variáveis.
|
||||
Veja <function>odbc_longreadlen</function> para detalhes.
|
||||
</para>
|
||||
|
||||
&ini.shorthandbytes;
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!-- TODO isto causa um erro ao criar o manual -->
|
||||
<!-- &ini.shorthandbytes;-->
|
||||
|
||||
|
||||
<varlistentry xml:id="ini.uodbc.defaultbinmode">
|
||||
<term>
|
||||
<parameter>odbc.defaultbinmode</parameter>
|
||||
<type>integer</type>
|
||||
<type>int</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Manipulação de dados binários.
|
||||
Veja <function>odbc_binmode</function> para detalhes.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -209,15 +218,15 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Controla o modelo de cursor do ODBC.
|
||||
Os valores possíveis são <constant>SQL_CURSOR_FORWARD_ONLY</constant>,
|
||||
Controla o modelo de cursor ODBC.
|
||||
Valores possíveis são <constant>SQL_CURSOR_FORWARD_ONLY</constant>,
|
||||
<constant>SQL_CURSOR_KEYSET_DRIVEN</constant>,
|
||||
<constant>SQL_CURSOR_DYNAMIC</constant> e
|
||||
<constant>SQL_CURSOR_STATIC</constant> (padrão).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
Reference in New Issue
Block a user