<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/luasandbox.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'luasandbox.requirements.php',
    1 => '要件',
    2 => '要件',
  ),
  'up' => 
  array (
    0 => 'luasandbox.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'luasandbox.setup.php',
    1 => 'インストール/設定',
  ),
  'next' => 
  array (
    0 => 'luasandbox.installation.php',
    1 => 'インストール手順',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/luasandbox/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="luasandbox.requirements" class="section">
  <h2 class="title">要件</h2>
  <p class="simpara">
   To use this extension, Lua 5.1 will need to be installed, available on the <a href="http://www.lua.org/" class="link external">&raquo;&nbsp;Lua homepage</a>.
  </p>
  <p class="simpara">
   To make full use of the timer features, LuaSandbox should be installed on
   Linux.
  </p>
  <p class="simpara">
   If FreeBSD or Mac OS X is used, only real (wall-clock) time is
   supported, the functions purporting to return CPU time will actually return
   wall clock time.
  </p>
  <p class="simpara">
   If Windows is used, no timer functions will be supported. The time limits
   will be inoperable.
  </p>
 </div><?php manual_footer($setup); ?>