1
0
mirror of https://github.com/php/doc-de.git synced 2026-04-25 16:08:17 +02:00
Files
archived-doc-de/reference/misc/ini.xml
T
Carola 'Sammy' Kummert f04a20fdb3 sync to en
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@273274 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-11 01:36:08 +00:00

166 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.12 Maintainer: sammywg Status: ready -->
<section xml:id="misc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title> Konfigurations-Optionen für Sonstiges</title>
<tgroup cols="4">
<thead>
<row>
<entry>Name</entry>
<entry>Standardwert</entry>
<entry>Veränderbar</entry>
<entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry><link linkend="ini.ignore-user-abort">ignore_user_abort</link></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>Ab PHP 6.0.0 nicht mehr vorhanden</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><link linkend="ini.browscap">browscap</link></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>
Standardmäßig &false;. Wird die Einstellung auf &true; geändert, werden
Skripte nicht beendet, nachdem der Client die Verbindung abgebrochen hat.
</para>
<para>
Siehe auch <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>
Farbangaben für Syntax-Highlighting. Alle Angaben, die bei
&lt;font color="??????"&gt; gültig sind, funktionieren.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.browscap">
<term>
<parameter>browscap</parameter>
<type>string</type>
</term>
<listitem>
<para>
Name (z.B.: <filename>browscap.ini</filename>) und Speicherort der Datei
mit den Angaben zu den Fähigkeiten der verschiedenen Browser. Siehe auch
<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
-->