<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/uopz.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'uopz.configuration.php',
    1 => 'Configurazione di Runtime',
    2 => 'Configurazione di Runtime',
  ),
  'up' => 
  array (
    0 => 'uopz.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'uopz.installation.php',
    1 => 'Installazione',
  ),
  'next' => 
  array (
    0 => 'uopz.constants.php',
    1 => 'Costanti predefinite',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/uopz/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="uopz.configuration" class="section">
  <h2 class="title">Configurazione di Runtime</h2>
  <p class="simpara">
Il comportamento di queste funzioni è influenzato dalle impostazioni di <var class="filename">php.ini</var>.
</p>
  <p class="para">
   <table class="doctable table">
    <caption><strong>uopz Opzioni di configurazione</strong></caption>
    
     <thead>
      <tr>
       <th>Nome</th>
       <th>Default</th>
       <th>Modificabile</th>
       <th>Storico dei cambiamenti</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td><a href="uopz.configuration.php#ini.uopz.disable" class="link">uopz.disable</a></td>
       <td>&quot;0&quot;</td>
       <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
       <td>Available as of uopz 5.0.2</td>
      </tr>

      <tr>
       <td><a href="uopz.configuration.php#ini.uopz.exit" class="link">uopz.exit</a></td>
       <td>&quot;0&quot;</td>
       <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
       <td>Available as of uopz 6.0.1</td>
      </tr>

      <tr>
       <td><a href="uopz.configuration.php#ini.uopz.overloads" class="link">uopz.overloads</a></td>
       <td>&quot;1&quot;</td>
       <td><strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong></td>
       <td>Available as of uopz 2.0.2. Removed as of uopz 5.0.0.</td>
      </tr>

     </tbody>
    
   </table>

   Per maggiori dettagli e definizioni sui 
modi INI_*, vedere <a href="configuration.changes.modes.php" class="xref">Where a configuration setting may be set</a>.
  </p>

  <p class="para">Breve descrizione dei parametri
di configurazione.</p>

  <p class="para">
   <dl>
    
     <dt id="ini.uopz.disable">
      <code class="parameter">uopz.disable</code>
      <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
     </dt>
     <dd>
      <p class="para">
       If enabled, uopz should stop having any effect on the engine.
      </p>
     </dd>
    
    
     <dt id="ini.uopz.exit">
      <code class="parameter">uopz.exit</code>
      <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
     </dt>
     <dd>
      <p class="para">
       Whether to allow the execution of exit opcodes or not.
       This setting can be overridden during runtime by calling <span class="function"><a href="function.uopz-allow-exit.php" class="function">uopz_allow_exit()</a></span>.
      </p>
     </dd>
    
    
     <dt id="ini.uopz.overloads">
      <code class="parameter">uopz.overloads</code>
      <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
     </dt>
     <dd>
      <p class="para">
       Enables the ability to use <span class="function"><a href="function.uopz-overload.php" class="function">uopz_overload()</a></span>.
      </p>
     </dd>
    
   </dl>
  </p>

  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <span class="simpara">
    When running with OPcache enabled, it may be necessary to disable all
    <a href="opcache.configuration.php#ini.opcache.optimization-level" class="link">OPcache optimizations</a>
    (<code class="code">opcache.optimization_level=0</code>).
   </span>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>