sander          Fri Mar 29 11:21:17 2002 EDT

  Modified files:              
    /phpdoc/en/chapters install.windows.xml 
  Log:
  Fixed #16336. Added various <filename> tags. Added crack extension.
  
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.9 
phpdoc/en/chapters/install.windows.xml:1.10
--- phpdoc/en/chapters/install.windows.xml:1.9  Thu Mar 28 13:03:59 2002
+++ phpdoc/en/chapters/install.windows.xml      Fri Mar 29 11:21:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>
    <para>
@@ -173,8 +173,8 @@
         (e.g. <filename>winnt/system32</filename> or
         <filename>windows/system</filename>) or you can make sure
         that they live in the same directory as the main PHP
-        executable or DLL your web server will use (e.g. php.exe,
-        php4apache.dll).
+        executable or DLL your web server will use (e.g.
+        <filename>php.exe</filename>, <filename>php4apache.dll</filename>).
        </simpara>
        <para>
         The PHP binary, the SAPI modules, and some extensions rely on
@@ -183,9 +183,15 @@
         The best bet to do it is to copy the files below into your
         system directory, which is typically:
         <simplelist>
-         <member>c:\windows\system for Windows 9x/ME</member>
-         <member>c:\winnt\system32 for Windows NT/2000</member>
-         <member>c:\windows\system32 for Windows XP</member>
+         <member>
+          <filename>c:\windows\system</filename> for Windows 9x/ME
+         </member>
+         <member>
+          <filename>c:\winnt\system32</filename> for Windows NT/2000
+         </member>
+         <member>
+          <filename>c:\windows\system32</filename> for Windows XP
+         </member>
         </simplelist>
         The files to copy are:
         <simplelist>
@@ -217,8 +223,8 @@
         &apos;%WINDOWS%&apos; or &apos;%SYSTEMROOT%&apos; directory is
         typically:
         <simplelist>
-         <member>c:\windows for Windows 9x/ME/XP</member>
-         <member>c:\winnt or c:\winnt40 for NT/2000 servers</member>
+         <member><filename>c:\windows</filename> for Windows 9x/ME/XP</member>
+         <member><filename>c:\winnt</filename> or <filename>c:\winnt40</filename> for 
+NT/2000 servers</member>
         </simplelist>
        </para>  
        <para>
@@ -243,14 +249,16 @@
           <simpara>
            You will need to change the 'extension_dir' setting to
            point to your php-install-dir, or where you have placed
-           your 'php_*.dll' files. ex: c:\php\extensions
+           your <filename>php_*.dll</filename> files. ex:
+           <filename>c:\php\extensions</filename>
           </simpara>
          </listitem>
          <listitem>
           <simpara>
            If you are using OmniHTTPd, do not follow the next step.
            Set the 'doc_root' to point to your webservers
-           document_root. For example: c:\apache\htdocs or c:\webroot
+           document_root. For example: <filename>c:\apache\htdocs</filename>
+           or <filename>c:\webroot</filename>
           </simpara>
          </listitem>
          <listitem>
@@ -286,6 +294,13 @@
            being the drive where PHP is installed.)
           </simpara>
          </listitem>
+         <listitem>
+          <simpara>
+           If you're using NTFS on Windows NT, 2000 or XP, make sure that
+           the user running the webserver has read permissions to your
+           &php.ini; (e.g. make it readable by Everyone).
+          </simpara>
+         </listitem>
         </itemizedlist>
        </para>
       </listitem>
@@ -621,6 +636,10 @@
    <entry>None</entry>
   </row>
   <row>
+   <entry>php_crack.dll</entry>
+   <entry><link linkend="ref.crack">Crack</link> functions</entry>
+   <entry>None</entry>
+  <row>
    <entry>php3_crypt.dll</entry>
    <entry>Crypt functions</entry>
    <entry>unknown</entry>
@@ -667,7 +686,7 @@
   </row>
   <row>
    <entry>php_dotnet.dll</entry>
-   <entry>.NET functions</entry>
+   <entry><link linkend="ref.dotnet">.NET</link> functions</entry>
    <entry>None</entry>
   </row>
   <row>


Reply via email to