Windows XP updates. As reported by Sebastian Bergmann, PHP works

on WinXP, and the paths are the same as in Win2000.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61994 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-11-11 15:06:13 +00:00
parent b8a40cf361
commit c2d7296648

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.93 $ -->
<!-- $Revision: 1.94 $ -->
<chapter id="installation">
<title>Installation</title>
@ -3299,7 +3299,7 @@ $ /usr/local/sbin/php4-enable
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:\winnt\system32 for Windows NT/2000/XP</member>
</simplelist>
The files to copy are:
<simplelist>
@ -3325,13 +3325,13 @@ $ /usr/local/sbin/php4-enable
<para>
Copy your choosen ini file (see below) to your
&apos;%WINDOWS%&apos; directory on Windows 9x/Me or to your
&apos;%SYSTEMROOT%&apos; directory under Windows NT or Windows
2000 and rename it to <filename>php.ini</filename>. Your
&apos;%SYSTEMROOT%&apos; directory under Windows NT/2000/XP
and rename it to <filename>php.ini</filename>. Your
&apos;%WINDOWS%&apos; or &apos;%SYSTEMROOT%&apos; directory is
typically:
<simplelist>
<member>c:\windows for Windows 9x/Me</member>
<member>c:\winnt or c:\winnt40 for NT/2000 servers</member>
<member>c:\winnt or c:\winnt40 for NT/2000/XP servers</member>
</simplelist>
</para>
<para>
@ -3383,7 +3383,7 @@ $ /usr/local/sbin/php4-enable
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 Server.
on NT/2000/XP Server.
</simpara>
</listitem>
<listitem>
@ -3663,7 +3663,7 @@ $ /usr/local/sbin/php4-enable
PATH, safe places are:
<simplelist>
<member>c:\windows\system for Windows 9x/Me</member>
<member>c:\winnt\system32 for Windows NT/2000</member>
<member>c:\winnt\system32 for Windows NT/2000/XP</member>
</simplelist>
If you have them already installed on your system, overwrite them
only if something doesn't work correctly (Before overwriting them,
@ -4167,7 +4167,7 @@ stop and start:
If you would like to use PHP as a module in Apache,
be sure to move <filename>php4ts.dll</filename> to
the windows/system (for Windows 9x/Me) or winnt/system32
(for Windows NT/2000) directory, overwriting any older file.
(for Windows NT/2000/XP) directory, overwriting any older file.
Then you should add the following two lines to you Apache
conf file:
<itemizedlist>
@ -4554,10 +4554,10 @@ stop and start:
</sect2>
<sect2 id="install.iis.iis4">
<title>Windows NT/2000 and IIS 4 or newer</title>
<title>Windows NT/2000/XP and IIS 4 or newer</title>
<simpara>
To install PHP on an NT/2000 Server running IIS 4 or newer,
To install PHP on an NT/2000/XP Server running IIS 4 or newer,
follow these instructions. You have two options to set up
PHP, using the CGI binary (php.exe) or with the ISAPI module.
</simpara>
@ -4566,7 +4566,7 @@ stop and start:
In either case, you need to start the Microsoft Management
Console (may appear as 'Internet Services Manager', either
in your Windows NT 4.0 Option Pack branch or the Control
Panel=&gt;Administrative Tools under Windows 2000). Then
Panel=&gt;Administrative Tools under Windows 2000/XP). Then
right click on your Web server node (this will most probably
appear as 'Default Web Server'), and select 'Properties'.
</simpara>