mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Windows XP is in c:\windows not in c:\winnt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73145 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
74d1d5b407
commit
24d4bd523d
1 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -183,8 +183,9 @@
|
|||
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/XP</member>
|
||||
<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>
|
||||
</simplelist>
|
||||
The files to copy are:
|
||||
<simplelist>
|
||||
|
@ -215,8 +216,8 @@
|
|||
'%WINDOWS%' or '%SYSTEMROOT%' directory is
|
||||
typically:
|
||||
<simplelist>
|
||||
<member>c:\windows for Windows 9x/Me</member>
|
||||
<member>c:\winnt or c:\winnt40 for NT/2000/XP servers</member>
|
||||
<member>c:\windows for Windows 9x/ME/XP</member>
|
||||
<member>c:\winnt or c:\winnt40 for NT/2000 servers</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
<para>
|
||||
|
@ -267,8 +268,9 @@
|
|||
<simpara>
|
||||
On PWS and IIS, you can set the <filename>browscap.ini</filename>
|
||||
to point to: 'c:\windows\system\inetsrv\browscap.ini' on
|
||||
Windows 9x/Me and 'c:\winnt\system32\inetsrv\browscap.ini'
|
||||
on NT/2000/XP Server.
|
||||
Windows 9x/Me, 'c:\winnt\system32\inetsrv\browscap.ini'
|
||||
on NT/2000 Server, and 'c:\windows\system32\inetsrv\browscap.ini'
|
||||
on XP.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue