mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Correcting install instructions for Win NT as mentioned in bug 8057
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c915114a1
commit
86e69bc5ec
1 changed files with 8 additions and 5 deletions
|
@ -2681,23 +2681,26 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Extract the distribution file to a directory of your choice.
|
||||
"C:\PHP\" is a good start.
|
||||
"C:\PHP\" is a good start.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Copy the file, 'php.ini-dist' to your '%WINDOWS%' directory
|
||||
and rename it to 'php.ini'. Your '%WINDOWS%' directory is
|
||||
Copy the file, 'php.ini-dist' to your
|
||||
'%WINDOWS%' directory on Windows 95/98 or to your
|
||||
'%SYSTEMROOT%' directory under Windows NT or Windows
|
||||
20000 and rename it to 'php.ini'. Your
|
||||
'%WINDOWS%' or '%SYSTEMROOT%' directory is
|
||||
typically:
|
||||
<simplelist>
|
||||
<member>c:\windows for Windows 95/98</member>
|
||||
<member>c:\winnt or c:\winnt40 for NT servers</member>
|
||||
<member>c:\winnt or c:\winnt40 for NT\2000 servers</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Edit your 'php.ini' file:
|
||||
Edit your 'php.ini' file:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue