nlopess Mon Aug 9 15:07:57 2004 EDT
Modified files: /phpdoc/en/install/windows manual.xml Log: fix a bug notice by Edin: the PHP 5 zip file doesn't expand like the PHP 4's http://cvs.php.net/diff.php/phpdoc/en/install/windows/manual.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/install/windows/manual.xml diff -u phpdoc/en/install/windows/manual.xml:1.14 phpdoc/en/install/windows/manual.xml:1.15 --- phpdoc/en/install/windows/manual.xml:1.14 Fri Aug 6 19:52:21 2004 +++ phpdoc/en/install/windows/manual.xml Mon Aug 9 15:07:57 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <sect1 id="install.windows.manual"> <title>Manual Installation Steps</title> @@ -51,15 +51,15 @@ server specific instructions are performed: </para> <para> - Extract the distribution file into the directory of your choice, - <filename class="directory">c:\</filename> is a good start. The zip - package expands to a foldername like <filename>php-4.3.7-Win32</filename> - and for the sake of convenience, and to be version independent, the - following steps assume you renamed this directory and that the extracted - version of PHP lives in <filename class="directory">C:\php</filename>. - You may choose a different location but do not have spaces in the path - (like <filename class="directory">C:\Program Files\PHP</filename>) as - some web servers will crash if you do. + Extract the distribution file into a directory of your choice. If you + are installing PHP 4, extract to <filename + class="directory">C:\</filename>, as the zip file expands to a + foldername like <filename>php-4.3.7-Win32</filename>. If you are + installing PHP 5, extract to <filename + class="directory">C:\php</filename> as the zip file doesn't expand as in + PHP 4. You may choose a different location but do not have spaces in the + path (like <filename class="directory">C:\Program Files\PHP</filename>) + as some web servers will crash if you do. </para> <para> The directory structure extracted from the zip is different for PHP