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

contributors($setup);

?>
<div id="swoole.requirements" class="section">
  <h2 class="title">Requisiti</h2>
  <p class="para">
   Swoole requires the libbrotli library.
  </p>
  <p class="para">
   Enabling --enable-swoole-curl option requires the libcurl library, and both PHP and Swoole must link to the
   same libcurl shared library and headers to avoid undefined behavior.
  </p>
  <p class="para">
   Enabling --enable-iouring option requires liburing library (version &gt;= 2.0) and Linux kernel (version &gt;= 5.12).
  </p>
  <p class="para">
   Enabling --enable-swoole-thread option requires PHP to be in ZTS (Zend Thread Safety) mode.
  </p>
  <p class="para">
   Enabling the --enable-cares option requires the libc-ares library.
  </p>
  <p class="para">
   Enabling the --enable-zstd option requires the libzstd library (version &gt;= 1.4.0).
  </p>
  <p class="para">
   Enabling the --enable-swoole-sqlite option requires the libsqlite library.
  </p>
  <p class="para">
   Enabling the --enable-swoole-pgsql option requires the libpq library.
  </p>
  <p class="para">
   Enabling the --with-swoole-odbc option requires the unixodbc-dev library.
  </p>
  <p class="para">
   Enabling the --with-swoole-oracle option requires the Oracle Instant Client libraries.
  </p>
 </div><?php manual_footer($setup); ?>