goba Sun Nov 11 10:06:13 2001 EDT
Modified files:
/phpdoc/en/chapters install.xml
Log:
Windows XP updates. As reported by Sebastian Bergmann, PHP works
on WinXP, and the paths are the same as in Win2000.
Index: phpdoc/en/chapters/install.xml
diff -u phpdoc/en/chapters/install.xml:1.93 phpdoc/en/chapters/install.xml:1.94
--- phpdoc/en/chapters/install.xml:1.93 Sun Nov 11 08:57:49 2001
+++ phpdoc/en/chapters/install.xml Sun Nov 11 10:06:13 2001
@@ -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 @@
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 @@
<para>
Copy your choosen ini file (see below) to your
'%WINDOWS%' directory on Windows 9x/Me or to your
- '%SYSTEMROOT%' directory under Windows NT or Windows
- 2000 and rename it to <filename>php.ini</filename>. Your
+ '%SYSTEMROOT%' directory under Windows NT/2000/XP
+ and rename it to <filename>php.ini</filename>. Your
'%WINDOWS%' or '%SYSTEMROOT%' 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 @@
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 @@
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 @@
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 @@
</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 @@
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=>Administrative Tools under Windows 2000). Then
+ Panel=>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>