mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 9d2fd3237ae1fa758ffc9beb1039110525802d1d Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
|
|
<section xmlns="http://docbook.org/ns/docbook" xml:id="geoip.configuration">
|
|
&reftitle.runtime;
|
|
&extension.runtime;
|
|
<table>
|
|
<title>&ConfigureOptions; de GeoIP</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>&Name;</entry>
|
|
<entry>&Default;</entry>
|
|
<entry>&Changeable;</entry>
|
|
<entry>&Changelog;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody xml:id="geoip.configuration.list">
|
|
<row>
|
|
<entry><link linkend="ini.geoip.custom-directory">geoip.custom_directory</link></entry>
|
|
<entry>""</entry>
|
|
<entry><constant>INI_ALL</constant></entry>
|
|
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.geoip.custom-directory">
|
|
<term>
|
|
<parameter>geoip.custom_directory</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Vazio por padrão, mas pode ser configurado para forçar um caminho de banco de dados diferente daquele compilado na biblioteca.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|