php-doc-en/reference/misc/ini.xml
Nuno Lopes de383c4aab fully automatic update of the ini.xml files
please review this patch and notify me of any problems
PS: please review this :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243190 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-29 22:54:33 +00:00

163 lines
3.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<section xml:id="misc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title> Misc. Configuration Options</title>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
<entry>Default</entry>
<entry>Changeable</entry>
<entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry>ignore_user_abort</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>highlight.string</entry>
<entry>"#DD0000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>highlight.comment</entry>
<entry>"#FF8000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>highlight.keyword</entry>
<entry>"#007700"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>highlight.bg</entry>
<entry>"#FFFFFF"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Removed in PHP 6.0.0.</entry>
</row>
<row>
<entry>highlight.default</entry>
<entry>"#0000BB"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>highlight.html</entry>
<entry>"#000000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry>browscap</entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.ignore-user-abort">
<term>
<parameter>ignore_user_abort</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
&false; by default. If changed to &true; scripts will not be terminated
after a client has aborted their connection.
</para>
<para>
See also <function>ignore_user_abort</function>.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.syntax-highlighting">
<term>
<parameter>highlight.bg</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.comment</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.default</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.html</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.keyword</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.string</parameter>
<type>string</type>
</term>
<listitem>
<para>
Colors for Syntax Highlighting mode. Anything that's acceptable in
&lt;font color="??????"&gt; would work.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.browscap">
<term>
<parameter>browscap</parameter>
<type>string</type>
</term>
<listitem>
<para>
Name (e.g.: <filename>browscap.ini</filename>) and location of browser
capabilities file. See also <function>get_browser</function>.
</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:"../../../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
-->