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

contributors($setup);

?>
<div id="pspell.installation" class="section">
 <h2 class="title">Installation</h2>
 <div class="section" id="pspell.installation.php84">
  <h2 class="title">PHP 8.4</h2>
  <p class="para">
   This extension has been moved to the <a href="https://pecl.php.net/" class="link external">&raquo;&nbsp;PECL</a>
repository and is no longer bundled with PHP as of PHP 8.4.0
  </p>
  <p class="para">
   Information for installing this PECL extension may be
found in the manual chapter titled <a href="install.pecl.php" class="link">Installation
of PECL extensions</a>. Additional information such as new releases,
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: 
   <a href="https://pecl.php.net/package/pspell" class="link external">&raquo;&nbsp;https://pecl.php.net/package/pspell</a>.
  </p>
 </div>

 <div class="section" id="pspell.installation.phplt84">
  <h2 class="title">PHP &lt; 8.4</h2>
  <p class="para">
   To enable this extension compile PHP with the
   <strong class="option configure">--with-pspell[=dir]</strong> option.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <strong>Note to Win32 Users</strong><br />
   <p class="para">
    In order for this extension to work, there are
<abbr title="Dynamic Link Library">DLL</abbr> files that must be available to the Windows
system <var class="envar">PATH</var>. For information on how to do this, see the
<abbr title="Frequently Asked Questions">FAQ</abbr> entitled &quot;<a href="faq.installation.php#faq.installation.addtopath" class="link">How do I add my PHP directory to the PATH
on Windows</a>&quot;. Although copying DLL
files from the PHP folder into the Windows system directory also works
(because the system directory is by default in the system&#039;s
<var class="envar">PATH</var>), this is not recommended.
<em>This extension requires the following files to be in the
<var class="envar">PATH</var>:</em> 
    <var class="filename">aspell-15.dll</var> from the
    <var class="filename">bin</var> folder of the aspell installation.
   </p>
   <p class="para">
    Win32 support requires at least aspell version 0.50.
   </p>
  </p></blockquote>
 </div>
</div><?php manual_footer($setup); ?>