From c2d7296648a6495ac44d24a990388bbef7561d93 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 11 Nov 2001 15:06:13 +0000 Subject: [PATCH] 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 --- chapters/install.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index de8d7289c1..79496d2f54 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -3299,7 +3299,7 @@ $ /usr/local/sbin/php4-enable system directory, which is typically: c:\windows\system for Windows 9x/Me - c:\winnt\system32 for Windows NT/2000 + c:\winnt\system32 for Windows NT/2000/XP The files to copy are: @@ -3325,13 +3325,13 @@ $ /usr/local/sbin/php4-enable 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 php.ini. Your + '%SYSTEMROOT%' directory under Windows NT/2000/XP + and rename it to php.ini. Your '%WINDOWS%' or '%SYSTEMROOT%' directory is typically: c:\windows for Windows 9x/Me - c:\winnt or c:\winnt40 for NT/2000 servers + c:\winnt or c:\winnt40 for NT/2000/XP servers @@ -3383,7 +3383,7 @@ $ /usr/local/sbin/php4-enable On PWS and IIS, you can set the browscap.ini 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. @@ -3663,7 +3663,7 @@ $ /usr/local/sbin/php4-enable PATH, safe places are: c:\windows\system for Windows 9x/Me - c:\winnt\system32 for Windows NT/2000 + c:\winnt\system32 for Windows NT/2000/XP 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 php4ts.dll 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: @@ -4554,10 +4554,10 @@ stop and start: - Windows NT/2000 and IIS 4 or newer + Windows NT/2000/XP and IIS 4 or newer - 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. @@ -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=>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'.