<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/faq.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'faq.misc.php',
    1 => 'Miscellaneous Questions',
    2 => 'Miscellaneous Questions',
  ),
  'up' => 
  array (
    0 => 'faq.php',
    1 => 'FAQ',
  ),
  'prev' => 
  array (
    0 => 'faq.com.php',
    1 => 'PHP and COM',
  ),
  'next' => 
  array (
    0 => 'appendices.php',
    1 => 'Appendices',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'faq/misc.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="faq.misc" class="chapter">
  <h1 class="title">Miscellaneous Questions</h1>

  

   <p class="para">
    There can be some questions we can&#039;t put into other
    categories. Here you can find them.
   </p>

  <div class="qandaset"><ol class="qandaset_questions"><li><a href="#faq.misc.bz2">
     
      How can I handle the bz2 compressed manuals on Windows?
     
    </a></li></ol></div>
   <dl class="qandaentry" id="faq.misc.bz2">
    <dt><strong>
     
      How can I handle the bz2 compressed manuals on Windows?
     
    </strong></dt>
    <dd class="answer">
     <p class="para">
      If you don&#039;t have an archiver-tool to handle bz2 files
      <a href="https://www.sourceware.org/bzip2/" class="link external">&raquo;&nbsp;download</a> the command line tool
      from Redhat (please find further information below). 
     </p>
     <p class="para">
      If you would not like to use a command line tool, you can try free 
      tools like <a href="http://www.stuffit.com/" class="link external">&raquo;&nbsp;Stuffit Expander</a>, 
      <a href="http://www.ultimatezip.com/" class="link external">&raquo;&nbsp;UltimateZip</a>,
      <a href="http://www.7-zip.org/" class="link external">&raquo;&nbsp;7-Zip</a>, or
      <a href="http://www.quickzip.org/" class="link external">&raquo;&nbsp;Quick Zip</a>. If you
      have tools like <a href="http://www.rarlab.com/" class="link external">&raquo;&nbsp;WinRAR</a> or
      <a href="http://www.powerarchiver.com/" class="link external">&raquo;&nbsp;Power Archiver</a>, you can
      easily decompress the bz2 files with it. If you use Total Commander
      (formerly Windows Commander),
      a bz2 plugin for that program is available freely from the
      <a href="http://www.ghisler.com/" class="link external">&raquo;&nbsp;Total Commander</a> site. 
     </p>
     <p class="para">
      The bzip2 command line tool from Redhat:
     </p>
     <p class="para">
      Win2k Sp2 users grab the latest version 1.0.2, all
      other Windows user should grab version 1.00. After downloading rename
      the executable to bzip2.exe. For convenience put it into a directory in
      your path, e.g. C:\Windows where C represents your Windows installation
      drive.
     </p>
     <p class="para">
      Note: lang stands for your language and x for the desired format, e.g.: pdf.
      To uncompress the php_manual_lang.x.bz2 follow these simple instructions:
      <ul class="itemizedlist">
       <li class="listitem">
        <span class="simpara">open a command prompt window</span>
       </li>
       <li class="listitem">
        <span class="simpara">
         cd to the folder where you stored the
         downloaded php_manual_lang.x.bz2
        </span>
       </li>
       <li class="listitem">
        <span class="simpara">
         invoke bzip2 -d php_manual_lang.x.bz2, extracting
         php_manual_lang.x in the same folder
        </span>
       </li>
      </ul>
     </p>
     <p class="para">
      In case you downloaded the php_manual_lang.tar.bz2 with many html-files
      in it, the procedure is the same. The only difference is that you got a file
      php_manual_lang.tar. The tar format is known to be treated with most
      common archivers on Windows like e.g.
      <a href="http://www.winzip.com/" class="link external">&raquo;&nbsp;WinZip</a>.
     </p>
    </dd>
   </dl>
  
 </div>
<?php manual_footer($setup); ?>