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

contributors($setup);

?>
<div id="mailparse.installation" class="section">
 <h2 class="title">Installazione</h2>
 <p class="simpara" id="mailparse.configure">
  Questa estensione <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>
non è incorporata nel PHP.
  Informazioni per l&#039;installazione di questa estensione PECL possono essere
trovate nel capitolo del manuale intitolato <a href="install.pecl.php" class="link">Installazione
delle estensioni PECL</a>. Informazioni aggiuntive come nuove release,
download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere
trovate qui: 
  <a href="https://pecl.php.net/package/mailparse" class="link external">&raquo;&nbsp;https://pecl.php.net/package/mailparse</a>.
 </p>
 <p class="simpara">
  In order to use these functions you must compile PHP with mailparse support
  by using the <strong class="option configure">--enable-mailparse</strong> configure
  option.
 </p>
 <p class="simpara">
  Windows users will enable <var class="filename">php_mailparse.dll</var> inside
  of <var class="filename">php.ini</var> in order to use these functions.
  Windows binaries (<abbr title="Dynamic Link Library">DLL</abbr> files)
for this <abbr title="PHP Extension and Application Repository">PECL</abbr> extension are available from the PECL website.
 </p>
 <p class="simpara">
  It is necessary that the <a href="ref.mbstring.php" class="link">mbstring</a>
  extension is loaded before mailparse.
 </p>
</div><?php manual_footer($setup); ?>