<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/session.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'session.requirements.php',
    1 => 'Вимоги',
    2 => 'Вимоги',
  ),
  'up' => 
  array (
    0 => 'session.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'prev' => 
  array (
    0 => 'session.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'next' => 
  array (
    0 => 'session.installation.php',
    1 => 'Встановлення',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/session/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="session.requirements" class="section">
  <h2 class="title">Вимоги</h2>
  <p class="para">Для побудови цього розширення не потрібні зовнішні бібліотеки.</p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <p class="para">
    Optionally you can use shared memory allocation (mm), developed by
    Ralf S. Engelschall, for session storage. You have to download
    <a href="http://www.ossp.org/pkg/lib/mm/" class="link external">&raquo;&nbsp;mm</a> and install it. This option is not
    available for Windows platforms. Note that the session storage module
    for mm does not guarantee that concurrent accesses to the same session
    are properly locked. It might be more appropriate to use a shared memory
    based filesystem (such as tmpfs on Solaris/Linux, or <var class="filename">/dev/md</var> on BSD) to
    store sessions in files, because they are properly locked.
    Session data is stored in memory thus web server restart deletes it.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>