mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Some more <filename> fixes and a new path for XP.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75644 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cd8fd66bd8
commit
c6df0d19be
1 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -268,9 +268,12 @@
|
|||
<listitem>
|
||||
<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, 'c:\winnt\system32\inetsrv\browscap.ini'
|
||||
on NT/2000 Server, and 'c:\windows\system32\inetsrv\browscap.ini'
|
||||
to point to:
|
||||
<filename>c:\windows\system\inetsrv\browscap.ini</filename> on
|
||||
Windows 9x/Me,
|
||||
<filename>c:\winnt\system32\inetsrv\browscap.ini</filename> on
|
||||
NT/2000, and
|
||||
<filename>c:\windows\system32\inetsrv\browscap.ini</filename>
|
||||
on XP.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
@ -579,7 +582,8 @@
|
|||
PATH, safe places are:
|
||||
<simplelist>
|
||||
<member>c:\windows\system for Windows 9x/Me</member>
|
||||
<member>c:\winnt\system32 for Windows NT/2000/XP</member>
|
||||
<member>c:\winnt\system32 for Windows NT/2000</member>
|
||||
<member>c:\windows\system32 for Windows XP</member>
|
||||
</simplelist>
|
||||
If you have them already installed on your system, overwrite them
|
||||
only if something doesn't work correctly (Before overwriting them,
|
||||
|
|
Loading…
Reference in a new issue