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

contributors($setup);

?>
<div id="pthreads.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="simpara">
 pthreads requires a build of PHP with ZTS (Zend Thread Safety) enabled
 (<strong class="option configure">--enable-zts</strong>, or on non-Windows systems prior to PHP 8.0.0,
 <strong class="option configure">--enable-maintainer-zts</strong>)
  </p>
  <div class="caution"><strong class="caution">Dikkat</strong>
  <p class="simpara">
 Zend Thread Safety cannot be enabled post build; it is a build time configuration option.
  </p>
  </div>
  <p class="simpara">
 pthreads should build anywhere there is a working Posix Threads header (pthread.h) and ZTS build of PHP, including Windows (using the pthread-w32 project from redhat).
  </p>
 </div><?php manual_footer($setup); ?>