For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > Re: [PHP-DOC] cvs: phpdoc /en/appendices ini.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DOC] cvs: phpdoc /en/appendices ini.xml
mazzanet

2006-01-09, 8:02 pm

You do realise you just commited to the English tree?
Please revert these commits.



Raphael M O B Sales Narigone wrote:[color=darkred]
> narigone Wed Dec 28 10:42:09 2005 EDT
>
> Modified files:
> /phpdoc/en/appendices ini.xml
> Log:
> Note to self: review en/reference/gnupg/functions.xml and en/reference/win32service/functions.xml
>
>
>
>
> ------------------------------------------------------------------------
>
> http://cvs.php.net/viewcvs.cgi/phpd...3&diff_format=u
> Index: phpdoc/en/appendices/ini.xml
> diff -u phpdoc/en/appendices/ini.xml:1.32 phpdoc/en/appendices/ini.xml:1.33
> --- phpdoc/en/appendices/ini.xml:1.32 Mon Dec 26 12:12:12 2005
> +++ phpdoc/en/appendices/ini.xml Wed Dec 28 10:42:08 2005
> @@ -1,24 +1,24 @@
> <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.32 $ -->
> +<!-- EN-Revision: 1.32 Maintainer: narigone Status: ready -->
>
> <appendix id="ini">
> - <title>&php.ini; directives</title>
> + <title>Diretivas do arquivo &php.ini;</title>
>
> <section id="ini.list">
> - <title>List of &php.ini; directives</title>
> + <title>Lista de diretivas do arquivo &php.ini;</title>
> <para>
> - This list includes the &php.ini; directives you can set to configure your
> - PHP setup.
> + Essa lista inclui as diretivas do arquivo &php.ini; que você pode alterar
> + para configurar o comportamento do PHP.
> </para>
> <para>
> <table>
> - <title>Configuration options</title>
> + <title>Opções de Configuração</title>
> <tgroup cols="4">
> <thead>
> <row>
> - <entry>Name</entry>
> - <entry>Default</entry>
> - <entry>Changeable</entry>
> + <entry>Nome</entry>
> + <entry>Valor Padrão</entry>
> + <entry>Alterável</entry>
> <entry>Changelog</entry>
> </row>
> </thead>
> @@ -27,25 +27,25 @@
> <entry><link linkend="ini.allow-call-time-pass-reference">allow_call_time_pass_reference</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.3.4. Available since PHP 4.0.4.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.3.4. DisponÃ_vel desde o PHP 4.0.4.</entry>
> </row>
> <row>
> <entry>allow_url_include</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3. Available since PHP 4.1.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.apc.cache-by-default">apc.cache_by_default</link></entry>
> @@ -159,19 +159,19 @@
> <entry><link linkend="ini.arg-separator.input">arg_separator.input</link></entry>
> <entry>"&"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.arg-separator.output">arg_separator.output</link></entry>
> <entry>"&"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.asp-tags">asp_tags</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.assert.active">assert.active</link></entry>
> @@ -207,25 +207,25 @@
> <entry><link linkend="ini.auto-append-file">auto_append_file</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.auto-detect-line-endings">auto_detect_line_endings</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.auto-globals-jit">auto_globals_jit</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.auto-prepend-file">auto_prepend_file</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.bcmath.scale">bcmath.scale</link></entry>
> @@ -243,7 +243,7 @@
> <entry>birdstep.max_links</entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry>blenc.key_file</entry>
> @@ -261,85 +261,85 @@
> <entry>cgi.discard_path</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.cgi.force-redirect">cgi.force_redirect</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry>cgi.nph</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.cgi.redirect-status-env">cgi.redirect_status_env</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.cgi.rfc2616-headers">cgi.rfc2616_headers</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.child-terminate">child_terminate</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.allow-dcom">com.allow_dcom</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.autoregister-casesensitive">com.autoregister_casesensitive</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
> + <entry>PHP_INI_SYSTEM no PHP 4. DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.autoregister-typelib">com.autoregister_typelib</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
> + <entry>PHP_INI_SYSTEM no PHP 4. DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.autoregister-verbose">com.autoregister_verbose</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_SYSTEM in PHP 4. Available since PHP 4.1.0.</entry>
> + <entry>PHP_INI_SYSTEM no PHP 4. DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.code-page">com.code_page</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.com.typelib-file">com.typelib_file</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>crack.default_dictionary</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>daffodildb.default_host</entry>
> @@ -375,43 +375,43 @@
> <entry><link linkend="ini.date.default-latitude">date.default_latitude</link></entry>
> <entry>"31.7667"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.date.default-longitude">date.default_longitude</link></entry>
> <entry>"35.2333"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.date.sunrise-zenith">date.sunrise_zenith</link></entry>
> <entry>"90.83"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.date.sunset-zenith">date.sunset_zenith</link></entry>
> <entry>"90.83"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.date.timezone">date.timezone</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.0.</entry>
> </row>
> <row>
> <entry>dba.default_handler</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.3.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.dbx.colnames-case">dbx.colnames_case</link></entry>
> <entry>"unchanged"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.default-charset">default_charset</link></entry>
> @@ -429,7 +429,7 @@
> <entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry>
> <entry>"60"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.define-syslog-variables">define_syslog_variables</link></entry>
> @@ -441,13 +441,13 @@
> <entry><link linkend="ini.disable-classes">disable_classes</link></entry>
> <entry>""</entry>
> <entry>&php.ini; only</entry>
> - <entry>Available since PHP 4.3.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.disable-functions">disable_functions</link></entry>
> <entry>""</entry>
> <entry>&php.ini; only</entry>
> - <entry>Available since PHP 4.0.1.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.1.</entry>
> </row>
> <row>
> <entry><link linkend="ini.display-errors">display_errors</link></entry>
> @@ -459,19 +459,19 @@
> <entry><link linkend="ini.display-startup-errors">display_startup_errors</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.3.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.docref-ext">docref_ext</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.docref-root">docref_root</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.doc-root">doc_root</link></entry>
> @@ -489,7 +489,7 @@
> <entry><link linkend="ini.engine">engine</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.error-append-string">error_append_string</link></entry>
> @@ -519,37 +519,37 @@
> <entry><link linkend="ini.exif.decode-jis-intel">exif.decode_jis_intel</link></entry>
> <entry>"JIS"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.exif.decode-jis-motorola">exif.decode_jis_motorola</link></entry>
> <entry>"JIS"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.exif.decode-unicode-intel">exif.decode_unicode_intel</link></entry>
> <entry>"UCS-2LE"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.exif.decode-unicode-motorola">exif.decode_unicode_motorola</link></entry>
> <entry>"UCS-2BE"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.exif.encode-jis">exif.encode_jis</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.exif.encode-unicode">exif.encode_unicode</link></entry>
> <entry>"ISO-8859-15"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.expect.logfile">expect.logfile</link></entry>
> @@ -585,97 +585,97 @@
> <entry><link linkend="ini.fastcgi.impersonate">fastcgi.impersonate</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>fastcgi.logging</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.4.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.4.0.</entry>
> </row>
> <row>
> <entry>fbsql.allow_persistent</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry>fbsql.autocommit</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.batchsize</entry>
> <entry>"1000"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.0.</entry>
> </row>
> <row>
> <entry>fbsql.default_database</entry>
> <entry>""</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.default_database_password</entry>
> <entry>""</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.default_host</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.default_password</entry>
> <entry>""</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.default_user</entry>
> <entry>"_SYSTEM"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.generate_warnings</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.max_connections</entry>
> <entry>"128"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.max_links</entry>
> <entry>"128"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.max_persistent</entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>fbsql.max_results</entry>
> <entry>"128"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry><link linkend="ini.file-uploads">file_uploads</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3. Available since PHP 4.0.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.0.3.</entry>
> </row>
> <row>
> <entry>filter.default</entry>
> @@ -735,7 +735,7 @@
> <entry><link linkend="ini.html-errors">html_errors</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_SYSTEM in PHP &lt;= 4.2.3. Available since PHP 4.0.2.</entry>
> + <entry>PHP_INI_SYSTEM no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>http.allowed_methods</entry>
> @@ -813,7 +813,7 @@
> <entry>hyperwave.allow_persistent</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.3.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.2.</entry>
> </row>
> <row>
> <entry>hyperwave.default_port</entry>
> @@ -837,13 +837,13 @@
> <entry><link linkend="ini.ibase.default-charset">ibase.default_charset</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.ibase.default-db">ibase.default_db</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.ibase.default-password">ibase.default_password</link></entry>
> @@ -897,19 +897,19 @@
> <entry>iconv.input_encoding</entry>
> <entry>"ISO-8859-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>iconv.internal_encoding</entry>
> <entry>"ISO-8859-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>iconv.output_encoding</entry>
> <entry>"ISO-8859-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.ifx.allow-persistent">ifx.allow_persistent</link></entry>
> @@ -981,13 +981,13 @@
> <entry><link linkend="ini.ignore-repeated-errors">ignore_repeated_errors</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.ignore-repeated-source">ignore_repeated_source</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.ignore-user-abort">ignore_user_abort</link></entry>
> @@ -999,7 +999,7 @@
> <entry><link linkend="ini.implicit-flush">implicit_flush</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_PERDIR in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_PERDIR no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.include-path">include_path</link></entry>
> @@ -1011,7 +1011,7 @@
> <entry>ingres.allow_persistent</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.blob_segment_length</entry>
> @@ -1029,31 +1029,31 @@
> <entry>ingres.default_database</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.default_password</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.default_user</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.max_links</entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.max_persistent</entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>ingres.report_db_warnings</entry>
> @@ -1077,37 +1077,37 @@
> <entry>ircg.control_user</entry>
> <entry>"nobody"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>ircg.keep_alive_interval</entry>
> <entry>"60"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>ircg.max_format_message_sets</entry>
> <entry>"12"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>ircg.shared_mem_size</entry>
> <entry>"6000000"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>ircg.work_dir</entry>
> <entry>"/tmp/ircg"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.last-modified">last_modified</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>ldap.max_links</entry>
> @@ -1125,13 +1125,13 @@
> <entry><link linkend="ini.log-errors-max-len">log_errors_max_len</link></entry>
> <entry>"1024"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link></entry>
> @@ -1149,13 +1149,13 @@
> <entry>mail.force_extra_parameters</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>mailparse.def_charset</entry>
> <entry>"us-ascii"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.maxdb.default-db">maxdb.default_db</link></entry>
> @@ -1197,79 +1197,79 @@
> <entry><link linkend="ini.max-input-time">max_input_time</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.detect-order">mbstring.detect_order</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.encoding-translation">mbstring.encoding_translation</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.func-overload">mbstring.func_overload</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_SYSTEM in PHP &lt;= 4.2.3. Available since PHP 4.2.0.</entry>
> + <entry>PHP_INI_SYSTEM no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.http-input">mbstring.http_input</link></entry>
> <entry>"pass"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.http-output">mbstring.http_output</link></entry>
> <entry>"pass"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.internal-encoding">mbstring.internal_encoding</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.language">mbstring.language</link></entry>
> <entry>"neutral"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>mbstring.script_encoding</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>mbstring.strict_detection</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mbstring.substitute-character">mbstring.substitute_character</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.6.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.6.</entry>
> </row>
> <row>
> <entry>mcrypt.algorithms_dir</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>mcrypt.modes_dir</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.memory-limit">memory_limit</link></entry>
> @@ -1281,13 +1281,13 @@
> <entry><link linkend="ini.mime-magic.debug">mime_magic.debug</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mime-magic.magicfile">mime_magic.magicfile</link></entry>
> <entry>"/path/to/php/magic.mime"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.msql.allow-persistent">msql.allow_persistent</link></entry>
> @@ -1317,13 +1317,13 @@
> <entry>mssql.batchsize</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.4.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.4.</entry>
> </row>
> <row>
> <entry>mssql.charset</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry>mssql.compatability_mode</entry>
> @@ -1341,7 +1341,7 @@
> <entry>mssql.datetimeconvert</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry>mssql.max_links</entry>
> @@ -1359,7 +1359,7 @@
> <entry>mssql.max_procs</entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>mssql.min_error_severity</entry>
> @@ -1377,7 +1377,7 @@
> <entry>mssql.secure_connection</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>mssql.textlimit</entry>
> @@ -1395,7 +1395,7 @@
> <entry>mssql.timeout</entry>
> <entry>"60"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysql.allow-persistent">mysql.allow_persistent</link></entry>
> @@ -1407,7 +1407,7 @@
> <entry><link linkend="ini.mysql.connect-timeout">mysql.connect_timeout</link></entry>
> <entry>"60"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_SYSTEM in PHP &lt;= 4.3.2. Available since PHP 4.3.0.</entry>
> + <entry>PHP_INI_SYSTEM no PHP &lt;= 4.3.2. DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysql.default-host">mysql.default_host</link></entry>
> @@ -1431,7 +1431,7 @@
> <entry><link linkend="ini.mysql.default-socket">mysql.default_socket</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.1.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.1.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysql.default-user">mysql.default_user</link></entry>
> @@ -1455,49 +1455,49 @@
> <entry><link linkend="ini.mysql.trace-mode">mysql.trace_mode</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.default-host">mysqli.default_host</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.default-port">mysqli.default_port</link></entry>
> <entry>"3306"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.default-pw">mysqli.default_pw</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.default-socket">mysqli.default_socket</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.default-user">mysqli.default_user</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.mysqli.max-links">mysqli.max_links</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>mysqli.reconnect</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>namazu.debugmode</entry>
> @@ -1533,49 +1533,49 @@
> <entry><link linkend="ini.nsapi.read-timeout">nsapi.read_timeout</link></entry>
> <entry>"60"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.3.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.default_prefetch">oci8.default_prefetch</link></entry>
> <entry>"10"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.max_persistent">oci8.max_persistent</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.old_oci_close_semantics">oci8.old_oci_close_semantics</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.persistent_timeout">oci8.persistent_timeout</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.ping_interval">oci8.ping_interval</link></entry>
> <entry>"60"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.privileged_connect">oci8.privileged_connect</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.oci8.statement_cache_size">oci8.statement_cache_size</link></entry>
> <entry>"20"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
> @@ -1677,55 +1677,55 @@
> <entry><link linkend="ini.output-handler">output_handler</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.0.4.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.4.</entry>
> </row>
> <row>
> <entry><link linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
> <entry>"strict"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.0.</entry>
> </row>
> <row>
> <entry>pfpro.defaulthost</entry>
> <entry>"test-payflow.verisign.com"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.defaultport</entry>
> <entry>"443"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.defaulttimeout</entry>
> <entry>"30"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.proxyaddress</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.proxylogon</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.proxypassword</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>pfpro.proxyport</entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link></entry>
> @@ -1737,19 +1737,19 @@
> <entry><link linkend="ini.pgsql.auto-reset-persistent">pgsql.auto_reset_persistent</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.pgsql.ignore-notice">pgsql.ignore_notice</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.pgsql.log-notice">pgsql.log_notice</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.pgsql.max-links">pgsql.max_links</link></entry>
> @@ -1767,7 +1767,7 @@
> <entry><link linkend="ini.post-max-size">post_max_size</link></entry>
> <entry>"8M"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_SYSTEM in PHP &lt;= 4.2.3. Available since PHP 4.0.3.</entry>
> + <entry>PHP_INI_SYSTEM no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.0.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.precision">precision</link></entry>
> @@ -1785,43 +1785,43 @@
> <entry>realpath_cache_size</entry>
> <entry>"16K"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.0.</entry>
> </row>
> <row>
> <entry>realpath_cache_ttl</entry>
> <entry>"120"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.register-globals">register_globals</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.register-long-arrays">register_long_arrays</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>report_zend_debug</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>runkit.internal_override</entry>
> @@ -1857,13 +1857,13 @@
> <entry><link linkend="ini.safe-mode-gid">safe_mode_gid</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.safe-mode-include-dir">safe_mode_include_dir</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.safe-mode-protected-env-vars">safe_mode_protected_env_vars</link></entry>
> @@ -1887,7 +1887,7 @@
> <entry>serialize_precision</entry>
> <entry>"100"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.auto-start">session.auto_start</link></entry>
> @@ -1899,13 +1899,13 @@
> <entry><link linkend="ini.session.bug-compat-42">session.bug_compat_42</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.bug-compat-warn">session.bug_compat_warn</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.cache-expire">session.cache_expire</link></entry>
> @@ -1941,7 +1941,7 @@
> <entry><link linkend="ini.session.cookie-secure">session.cookie_secure</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.4.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.4.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.entropy-file">session.entropy_file</link></entry>
> @@ -1959,7 +1959,7 @@
> <entry><link linkend="ini.session.gc-divisor">session.gc_divisor</link></entry>
> <entry>"100"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.gc-maxlifetime">session.gc_maxlifetime</link></entry>
> @@ -1977,13 +1977,13 @@
> <entry><link linkend="ini.session.hash-bits-per-character">session.hash_bits_per_character</link></entry>
> <entry>"4"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.hash-function">session.hash_function</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.name">session.name</link></entry>
> @@ -2025,13 +2025,13 @@
> <entry><link linkend="ini.session.use-only-cookies">session.use_only_cookies</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.session.use-trans-sid">session.use_trans_sid</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3. PHP_INI_PERDIR in PHP &lt; 5. Available since PHP 4.0.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3. PHP_INI_PERDIR no PHP &lt; 5. DisponÃ_vel desde o PHP 4.0.3.</entry>
> </row>
> <row>
> <entry>session_pgsql.create_table</entry>
> @@ -2103,7 +2103,7 @@
> <entry><link linkend="ini.short-open-tag">short_open_tag</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry>simple_cvs.authMethod</entry>
> @@ -2157,25 +2157,25 @@
> <entry><link linkend="ini.smtp-port">smtp_port</link></entry>
> <entry>"25"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.soap.wsdl-cache-dir">soap.wsdl_cache_dir</link></entry>
> <entry>"/tmp"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.soap.wsdl-cache-enabled">soap.wsdl_cache_enabled</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.soap.wsdl-cache-ttl">soap.wsdl_cache_ttl</link></entry>
> <entry>"86400"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sql.safe-mode">sql.safe_mode</link></entry>
> @@ -2187,13 +2187,13 @@
> <entry><link linkend="ini.sqlite.assoc-case">sqlite.assoc_case</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybase.allow-persistent">sybase.allow_persistent</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. PHP_INI_SYSTEM no PHP &lt;= 4.0.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybase.compatability-mode">sybase.compatability_mode</link></entry>
> @@ -2211,13 +2211,13 @@
> <entry><link linkend="ini.sybase.max-links">sybase.max_links</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. PHP_INI_SYSTEM no PHP &lt;= 4.0.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybase.max-persistent">sybase.max_persistent</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. PHP_INI_SYSTEM no PHP &lt;= 4.0.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybase.min-error-severity">sybase.min_error_severity</link></entry>
> @@ -2235,61 +2235,61 @@
> <entry><link linkend="ini.sybct.allow-persistent">sybct.allow_persistent</link></entry>
> <entry>"1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.deadlock-retry-count">sybct.deadlock_retry_count</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.hostname">sybct.hostname</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.login-timeout">sybct.login_timeout</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.max-links">sybct.max_links</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.max-persistent">sybct.max_persistent</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.2. DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.min-client-severity">sybct.min_client_severity</link></entry>
> <entry>"10"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.min-server-severity">sybct.min_server_severity</link></entry>
> <entry>"10"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>sybct.packet_size</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.sybct.timeout">sybct.timeout</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.2.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.2.</entry>
> </row>
> <row>
> <entry>sysvshm.init_mem</entry>
> @@ -2301,13 +2301,13 @@
> <entry><link linkend="ini.tidy.clean-output">tidy.clean_output</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.tidy.default-config">tidy.default_config</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.track-errors">track_errors</link></entry>
> @@ -2319,61 +2319,61 @@
> <entry>unicode.fallback_encoding</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode.from_error_mode</entry>
> <entry>"2"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode.from_error_subst_char</entry>
> <entry>"3f"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode.http_input_encoding</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.unicode.output-encoding">unicode.output_encoding</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode.runtime_encoding</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode.script_encoding</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unicode_semantics</entry>
> <entry>"off"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 6.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 6.0.0.</entry>
> </row>
> <row>
> <entry>unserialize_callback_func</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.2.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.2.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.upload-max-filesize">upload_max_filesize</link></entry>
> <entry>"2M"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry><link linkend="ini.upload-tmp-dir">upload_tmp_dir</link></entry>
> @@ -2385,13 +2385,13 @@
> <entry><link linkend="ini.url-rewriter.tags">url_rewriter.tags</link></entry>
> <entry>" a=href,area=href,frame=src,form=,fieldse
t="</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.4.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.4.</entry>
> </row>
> <row>
> <entry><link linkend="ini.user-agent">user_agent</link></entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.user-dir">user_dir</link></entry>
> @@ -2415,25 +2415,25 @@
> <entry><link linkend="ini.variables-order">variables_order</link></entry>
> <entry>"EGPCS"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 5.0.5.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 5.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.xbithack">xbithack</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>xmlrpc_errors</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_SYSTEM</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry>xmlrpc_error_number</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.1.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry>xmms.path</entry>
> @@ -2463,7 +2463,7 @@
> <entry>yaz.log_file</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry>yaz.log_mask</entry>
> @@ -2475,31 +2475,31 @@
> <entry>yaz.max_links</entry>
> <entry>"100"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.zend.ze1-compatibility-mode">zend.ze1_compatibility_mode</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.zlib.output-compression">zlib.output_compression</link></entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry><link linkend="ini.zlib.output-compression-level">zlib.output_compression_level</link></entry>
> <entry>"-1"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> <row>
> <entry><link linkend="ini.zlib.output-handler">zlib.output_handler</link></entry>
> <entry>""</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.3.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.3.0.</entry>
> </row>
> </tbody>
> </tgroup>
> @@ -2508,36 +2508,36 @@
>
> <para>
> <table>
> - <title>Definition of PHP_INI_* constants</title>
> + <title>Definição de constantes PHP_INI_*</title>
> <tgroup cols="3">
> <thead>
> <row>
> - <entry>Constant</entry>
> - <entry>Value</entry>
> - <entry>Meaning</entry>
> + <entry>Constante</entry>
> + <entry>Valor</entry>
> + <entry>Significado</entry>
> </row>
> </thead>
> <tbody>
> <row>
> <entry>PHP_INI_USER</entry>
> <entry>1</entry>
> - <entry>Entry can be set in user scripts or in <link
> - linkend="configuration.changes.windows">Windows registry</link></entry>
> + <entry>Valor pode ser modificado nos scripts do usuário ou no <link
> + linkend="configuration.changes.windows">registro do Windows</link></entry>
> </row>
> <row>
> <entry>PHP_INI_PERDIR</entry>
> <entry>2</entry>
> - <entry>Entry can be set in &php.ini;, &htaccess; or &httpd.conf;</entry>
> + <entry>Valor pode ser modificado nos arquivos &php.ini;, &htaccess; ou &httpd.conf;</entry>
> </row>
> <row>
> <entry>PHP_INI_SYSTEM</entry>
> <entry>4</entry>
> - <entry>Entry can be set in &php.ini; or &httpd.conf;</entry>
> + <entry>Valor pode ser modificado no arquivo &php.ini; ou &httpd.conf;</entry>
> </row>
> <row>
> <entry>PHP_INI_ALL</entry>
> <entry>7</entry>
> - <entry>Entry can be set anywhere</entry>
> + <entry>Valor pode ser modificado em qualquer lugar</entry>
> </row>
> </tbody>
> </tgroup>
> @@ -2546,26 +2546,26 @@
> </section>
>
> <section id="ini.core">
> - <title>Description of core &php.ini; directives</title>
> + <title>Descrição das diretivas do principais do arquivo &php.ini;</title>
> <para>
> - This list includes the core &php.ini; directives you can set to
> - configure your PHP setup. Directives handled by extensions are listed
> - and detailed at the extension documentation pages respectively;
> - Information on the session directives for example can be found at the
> - <link linkend="ref.session">sessions page</link>.
> + Essa lista inclue as diretivas principais do arquivo &php.ini; que você pode
> + modificar para configurar o PHP. Diretivas manipuladas por extensões são listadas
> + e detalhadas nas páginas de documentação de suas respectivas extensões;
> + Informação sobre diretivas de sessão, por exemplo, podem ser encontradas nas
> + <link linkend="ref.session">páginas de sessão</link>.
> </para>
>
> <section id="ini.sect.httpd-options">
> - <title>Httpd Options</title>
> + <title>Opções do servidor HTTP</title>
> <para>
> <table>
> - <title>Httpd Options</title>
> + <title>Opções do servidor HTTP</title>
> <tgroup cols="4">
> <thead>
> <row>
> - <entry>Name</entry>
> - <entry>Default</entry>
> - <entry>Changeable</entry>
> + <entry>Nome</entry>
> + <entry>Valor padrão</entry>
> + <entry>Alterável</entry>
> <entry>Changelog</entry>
> </row>
> </thead>
> @@ -2585,15 +2585,15 @@
> </section>
>
> <section id="ini.sect.language-options">
> - <title>Language Options</title>
> + <title>Opções da Linguagem</title>
> <para>
> <table>
> - <title>Language and Misc Configuration Options</title>
> + <title>Opções e Configurações Mistas da Linguagem</title>
> <tgroup cols="4">
> <thead>
> <row>
> <entry>Name</entry>
> - <entry>Default</entry>
> + <entry>Valor padrão</entry>
> <entry>Changeable</entry>
> <entry>Changelog</entry>
> </row>
> @@ -2603,13 +2603,13 @@
> <entry>short_open_tag</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry>asp_tags</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry>precision</entry>
> @@ -2627,7 +2627,7 @@
> <entry>allow_call_time_pass_reference</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.0.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.0.0.</entry>
> </row>
> <row>
> <entry>expose_php</entry>
> @@ -2639,15 +2639,15 @@
> <entry>zend.ze1_compatibility_mode</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> </tbody>
> </tgroup>
> </table>
> </para>
> -
> - &ini.descriptions.title;
> -
> +
> + &ini.descriptions.title;
> +
> <para>
> <variablelist>
> <varlistentry id="ini.short-open-tag">
> @@ -2657,20 +2657,20 @@
> </term>
> <listitem>
> <para>
> - Tells whether the short form (<userinput>&lt;? ?&gt;</userinput> )
> - of PHP's open tag should be allowed. If you want to use PHP in
> - combination with XML, you can disable this option in order to
> - use <userinput>&lt;?xml ?&gt;</userinput> inline. Otherwise, you
> - can print it with PHP, for example: <userinput>&lt;?php echo '&lt;?xml
> - version="1.0"'; ?&gt;</userinput>. Also if disabled, you must use the
> - long form of the PHP open tag (<userinput>&lt;?php ?&gt;</userinput> ).
> + Determina se a forma abreviada das tags de abertura do PHP
> + (<userinput>&lt;? ?&gt;</userinput> ) serão permitidas. Se você usar o PHP
> + junto com XML, você pode desabilitar essa opção para usar
> + <userinput>&lt;?xml ?&gt;</userinput> inline. Caso contrário, você pode
> + imprimir o XML com o PHP, por exemplo: <userinput>&lt;?php echo '&lt;?xml
> + version="1.0"'; ?&gt;</userinput>. E, se desabilitado, você deve usar a
> + forma extensa das tags de abertura do PHP (<userinput>&lt;?php ?&gt;</userinput> ).
> </para>
> <note>
> <para>
> - This directive also affects the shorthand <userinput>&lt;?=</userinput>,
> - which is identical to <userinput>&lt;? echo</userinput>. Use of this
> - shortcut requires <systemitem role="directive">short_open_tag</systemitem>
> - to be on.
> + Essa diretiva também afeta o atalho <userinput>&lt;?=</userinput>,
> + que é idêntico à <userinput>&lt;? echo</userinput>. Uso desse atalho
> + requer que <systemitem role="directive">short_open_tag</systemitem>
> + esteja ativada.
> </para>
> </note>
> </listitem>
> @@ -2683,15 +2683,15 @@
> </term>
> <listitem>
> <simpara>
> - Enables the use of ASP-like &lt;% %&gt; tags in addition to
> - the usual &lt;?php ?&gt; tags. This includes the
> - variable-value printing shorthand of &lt;%= $value %&gt;. For
> - more information, see <link
> - linkend="language.basic-syntax.phpmode">Escaping from HTML</link>.
> + Habilita o uso de tag no estilo ASP &lt;% %&gt; além das tags
> + comuns &lt;?php ?&gt;. Isso inclui o atalho para impressão
> + do valor de variável &lt;%= $value %&gt;. Para mais
> + informação, veja <link
> + linkend="language.basic-syntax.phpmode">Imprimindo HTML</link>.
> </simpara>
> <note>
> <para>
> - Support for ASP-style tags was added in 3.0.4.
> + Suport para tags no estilo ASP foi adicionado na versão 3.0.4.
> </para>
> </note>
> </listitem>
> @@ -2704,7 +2704,7 @@
> </term>
> <listitem>
> <simpara>
> - The number of significant digits displayed in floating point numbers.
> + O número de digitos de significância mostrado em números decimais (ponto flutuante).
> </simpara>
> </listitem>
> </varlistentry>
> @@ -2716,7 +2716,7 @@
> </term>
> <listitem>
> <simpara>
> - Enforce year 2000 compliance (will cause problems with non-compliant browsers)
> + Reforça compatibilidade com ano 2000 (causará problemas com navegadores não compatÃ_veis)
> </simpara>
> </listitem>
> </varlistentry>
> @@ -2729,24 +2729,24 @@
> </term>
> <listitem>
> <para>
> - Whether to warn when arguments are passed by reference
> - at function call time. This method is deprecated and is likely to be
> - unsupported in future versions of PHP/Zend. The encouraged method of
> - specifying which arguments should be passed by reference is in the function
> - declaration. You're encouraged to try and turn this option Off and make
> - sure your scripts work properly with it in order to ensure they will work
> - with future versions of the language (you will receive a warning each time
> - you use this feature).
> - </para>
> - <para>
> - Passing arguments by reference at function call time was deprecated for
> - code cleanliness reason. Function can modify its argument in
> - undocumented way if it didn't declared that the argument is passed by
> - reference. To prevent side-effects it's better to specify which
> - arguments are passed by reference in function declaration only.
> + Se deve lançar um aviso quando argumentos são pasos por referência durante
> + a chamada de uma função. Esse método é depreciado e provavelmente deixará de
> + ser suportado em versões futuras do PHP/Zend. O método encorajado para
> + especificar quais argumentos devem ser pasos por referência é na
> + declaração da função. Você é encorajado a tentar deligar essa opção e assegurar-se
> + que seus script funcionam corretamente para garantir que eles funcionarão
> + em versões futuras da linguagem (você receberá um aviso cada vez que você
> + usar essa funcionalidade).
> + </para>
> + <para>
> + Passar argumentos por referência durante a chamade de uma função foi depreciado
> + por razões de clareza de código. A função pode modificar seus argumentos de
> + maneira não documentada se não for declarado que o argumento foi paso por
> + referência. Para previnir efeitos-colaterais é melhor especificar quais
> + argumentos são pasos por referência apenas na declaração da função.
> </para>
> <para>
> - See also <link linkend="language.references">References Explained</link>.
> + Veja também <link linkend="language.references">Entendendo Referências</link>.
> </para>
> </listitem>
> </varlistentry>
> @@ -2758,10 +2758,10 @@
> </term>
> <listitem>
> <para>
> - Decides whether PHP may expose the fact that it is installed on the server
> - (e.g. by adding its signature to the Web server header). It is no security
> - threat in any way, but it makes it possible to determine whether you use PHP
> - on your server or not.
> + Decide se o PHP deve ou não expor o fato de que está instalado no servidor
> + (ex.: adicionando sua assinatura ao cabeçalho do servidor Web). Não é nenhuma
> + falha de segurança, mas torna possÃ_vel determinar se você usar o PHP
> + no seu servidor ou não.
> </para>
> </listitem>
> </varlistentry>
> @@ -2773,15 +2773,15 @@
> </term>
> <listitem>
> <para>
> - Enable compatibility mode with Zend Engine 1 (PHP 4). It affects
> - the cloning, casting (objects with no properties cast to &false; or 0), and <link
> - linkend="language.oop5.object-comparison">comparing of objects</link>.
> - In this mode, objects are passed by value instead of reference by
> - default.
> + Habilita modo de compatibilidade com o Engine do Zend 1 (PHP 4). Isso afeta
> + a clonagem, conversão (objetos sem propriedades são convertidos para 0), e <link
> + linkend="language.oop5.object-comparison">comparação de objetos</link>.
> + Desse modo, objetos são pasos, por padrão, por valor ao invés
> + de referência.
> </para>
> <para>
> - See also the section titled
> - <link linkend="migration5">Migrating from PHP 4 to PHP 5</link>.
> + Veja também a seção entitulada
> + <link linkend="migration5">Migrando do PHP 4 para o PHP 5</link>.
> </para>
> </listitem>
> </varlistentry>
> @@ -2790,16 +2790,16 @@
> </section>
>
> <section id="ini.sect.resource-limits">
> - <title>Resource Limits</title>
> + <title>Limites de Recursos</title>
> <para>
> <table>
> - <title>Resource Limits</title>
> + <title>Limites de Recursos</title>
> <tgroup cols="4">
> <thead>
> <row>
> <entry>Name</entry>
> - <entry>Default</entry>
> - <entry>Changeable</entry>
> + <entry>Valor padrão</entry>
> + <entry>Alterável</entry>
> <entry>Changelog</entry>
> </row>
> </thead>
> @@ -2814,9 +2814,9 @@
> </tgroup>
> </table>
> </para>
> -
> +
> &ini.descriptions.title;
> -
> +
> <para>
> <variablelist>
> <varlistentry id="ini.memory-limit">
> @@ -2826,17 +2826,17 @@
> </term>
> <listitem>
> <para>
> - This sets the maximum amount of memory in bytes that a script
> - is allowed to allocate. This helps prevent poorly written
> - scripts for eating up all available memory on a server. In order to
> - use this directive you must have enabled it at compile time. So,
> - your configure line would have included:
> - <option role="configure">--enable-memory-limit</option>. Note that
> - you have to set it to -1 if you don't want any limit for your memory.
> + Essa diretiva configura a quantidade máxima de memória (bytes) que o script
> + pode alocar. Isso ajuda a previnir que scripts mal feitos
> + consumam toda a memória disponÃ_vel em um servidor. Para usar essa
> + diretiva, você deve habilitá-la na hora de compilar o PHP. Portanto,
> + sua linha de configure teria que incluir:
> + <option role="configure">--enable-memory-limit</option>. Note que
> + você deve configurá-la para -1 se você não quiser qualquer limite de memória.
> </para>
> <para>
> - As of PHP 4.3.2, and when memory_limit is enabled, the PHP function
> - <function>memory_get_usage</function> is made available.
> + A partir do PHP 4.3.2, e quando memory_limit está habilitada, a PHP função
> + <function>memory_get_usage</function> torna-se disponÃ_vel.
> </para>
>
> &ini.shorthandbytes;
> @@ -2846,20 +2846,20 @@
> </variablelist>
> </para>
> <para>
> - See also: <link linkend="ini.max-execution-time">max_execution_time</link>.
> + Veja também: <link linkend="ini.max-execution-time">max_execution_time</link>.
> </para>
> </section>
>
> <section id="ini.sect.data-handling">
> - <title>Data Handling</title>
> + <title>Manuseio de Dados</title>
> <para>
> <table>
> - <title>Data Handling Configuration Options</title>
> + <title>Opções de Configuração do Manuseio de Dados</title>
> <tgroup cols="4">
> <thead>
> <row>
> <entry>Name</entry>
> - <entry>Default</entry>
> + <entry>Valor padrão</entry>
> <entry>Changeable</entry>
> <entry>Changelog</entry>
> </row>
> @@ -2875,49 +2875,49 @@
> <entry>arg_separator.output</entry>
> <entry>"&"</entry>
> <entry>PHP_INI_ALL</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>arg_separator.input</entry>
> <entry>"&"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 4.0.5.</entry>
> + <entry>DisponÃ_vel desde o PHP 4.0.5.</entry>
> </row>
> <row>
> <entry>variables_order</entry>
> <entry>"EGPCS"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 5.0.5.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 5.0.5.</entry>
> </row>
> <row>
> <entry>auto_globals_jit</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>register_globals</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry>register_argc_argv</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry>register_long_arrays</entry>
> <entry>"1"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>Available since PHP 5.0.0.</entry>
> + <entry>DisponÃ_vel desde o PHP 5.0.0.</entry>
> </row>
> <row>
> <entry>post_max_size</entry>
> <entry>"8M"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_SYSTEM in PHP &lt;= 4.2.3. Available since PHP 4.0.3.</entry>
> + <entry>PHP_INI_SYSTEM no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.0.3.</entry>
> </row>
> <row>
> <entry>gpc_order</entry>
> @@ -2929,13 +2929,13 @@
> <entry>auto_prepend_file</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry>auto_append_file</entry>
> <entry>NULL</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3.</entry>
> </row>
> <row>
> <entry>default_mimetype</entry>
> @@ -2953,7 +2953,7 @@
> <entry>always_populate_raw_post_data</entry>
> <entry>"0"</entry>
> <entry>PHP_INI_PERDIR</entry>
> - <entry>PHP_INI_ALL in PHP &lt;= 4.2.3. Available since PHP 4.1.0.</entry>
> + <entry>PHP_INI_ALL no PHP &lt;= 4.2.3. DisponÃ_vel desde o PHP 4.1.0.</entry>
> </row>
> <row>
> <entry>allow_webdav_methods</entry>
> @@ -2965,9 +2965,9 @@
> </tgroup>
> </table>
> </para>
> -
> +
> &ini.descriptions.title;
> -
> +
> <para>
> <variablelist>
> <varlistentry id="ini.track-vars">
> @@ -2977,17 +2977,17 @@
> </term>
> <listitem>
> <para>
> - If enabled, then Environment, GET, POST, Cookie, and Server
> - variables can be found in the global associative arrays
> + Se disponÃ_vel, então variáveis de Ambiente, do Servidor, enviadas via
> + GET, POST ou Cookie podem ser encontradas no arrays associativos globais
> <varname>$_ENV</varname>,
> + <varname>$_SERVER</varname>,
> <varname>$_GET</varname>,
> - <varname>$_POST</varname>,
> - <varname>$_COOKIE</varname>, and
> - <varname>$_SERVER</varname>.
> + <varname>$_POST</varname> e
> + <varname>$_COOKIE</varname>.
> </para>
> <para>
> - Note that as of PHP 4.0.3, <systemitem
> - role="directive">track_vars</systemitem> is always turned on.
> + Preste atenção que a partir do PHP 4.0.3, a diretiva <systemitem
> + role="directive">track_vars</systemitem> está sempre ligada.
> </para>
> </listitem>
> </varlistentry>
> @@ -2999,7 +2999,7 @@
> </term>
> <listitem>
> <para>
> - The separator used in PHP generated URLs to separate arguments.
> + O separador uo para separar argumentos em URLs geradas pelo PHP.
> </para>
> </listitem>
> </varlistentry>
> @@ -3011,11 +3011,11 @@
> </term>
> <listitem>
> <para>
> - List of separator(s) used by PHP to parse input URLs into variables.
> + Lista de separador(es) uos pelo PHP para converter URLs em variáveis.
> </para>
> <note>
> <para>
> - Every character in this directive is considered as separator!
> + Cada caracter nessa diretiva é considerado um separador!
> </para>
> </note>
> </listitem>
> @@ -3028,15 +3028,15 @@
> </term>
> <listitem>
>