<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/security.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'security.current.php',
    1 => '最新版を維持する',
    2 => '最新版を維持する',
  ),
  'up' => 
  array (
    0 => 'security.php',
    1 => 'セキュリティ',
  ),
  'prev' => 
  array (
    0 => 'security.hiding.php',
    1 => 'PHPの隠蔽',
  ),
  'next' => 
  array (
    0 => 'features.php',
    1 => '機能',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'security/current.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="security.current" class="chapter">
   <h1 class="title">最新版を維持する</h1>

   <p class="simpara">
    PHP は、他の大規模なシステムと同様に、セキュリティを確保しつつ
    改良されています。新バージョンにはしばしば大規模あるいは小規模な
    変更が含まれています。その内容は、セキュリティの機能追加であったり
    セキュリティ上の問題・設定の不備・その他システム全体のセキュリティや
    安定性にかかわる問題の修正であったりします。
   </p>
   <p class="simpara">
    他のシステムレベルのスクリプト言語やプログラムと同様に、最善の
    アプローチは、頻繁に更新し、最新のバージョンとその変更を
    注視し続けることです。
   </p>
  </div>
<?php manual_footer($setup); ?>