<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/features.commandline.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'features.commandline.ini.php',
    1 => 'INI-Einstellungen',
    2 => 'INI-Einstellungen',
  ),
  'up' => 
  array (
    0 => 'features.commandline.php',
    1 => 'Nutzung der Kommandzeile',
  ),
  'prev' => 
  array (
    0 => 'features.commandline.webserver.php',
    1 => 'Eingebauter Webserver',
  ),
  'next' => 
  array (
    0 => 'features.gc.php',
    1 => 'Garbage Collection (Speicherbereinigung)',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'features/commandline.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="features.commandline.ini" class="section">
  <h2 class="title">INI-Einstellungen</h2>
  <p class="para">
   <table class="doctable table">
    <caption><strong>CLI-SAPI-Konfigurations-Direktiven</strong></caption>
    
     <thead>
      <tr>
       <th>Name</th>
       <th>Standard</th>
       <th>Veränderbar</th>
       <th>Changelog</th>
      </tr>

     </thead>

      <tbody class="tbody">
      <tr>
       <td><a href="features.commandline.ini.php#ini.cli-server.color" class="link">cli_server.color</a></td>
       <td>&quot;0&quot;</td>
       <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
       <td class="empty">&nbsp;</td>
      </tr>

     </tbody>
    
   </table>

  </p>

  <p class="para">Hier eine kurze Erklärung der
Konfigurationsoptionen:</p>

  <p class="para">
   <dl>
    
     <dt id="ini.cli-server.color">
      <code class="parameter">cli_server.color</code>
      <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
     </dt>
     <dd>
      <p class="para">
       Gibt an, ob der eingebaute Webserver ANSI-Color-Codes für Ausgaben auf
       die Kommandozeile nutzen soll.
      </p>
     </dd>
    
   </dl>
  </p>
 </div><?php manual_footer($setup); ?>