From 083d647c035bf86b16763c3cfb0b8b54c416988c Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 24 Nov 2002 12:03:37 +0000 Subject: [PATCH] direct download links for snaps clean up of http.conf configuration examples warning about mixing dlls git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105534 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.apache2.xml | 56 +++++++++++++++++------------------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/chapters/install.apache2.xml b/chapters/install.apache2.xml index b09b00fe68..b9752e7a33 100644 --- a/chapters/install.apache2.xml +++ b/chapters/install.apache2.xml @@ -1,5 +1,5 @@ - + Servers-Apache 2.0 @@ -28,14 +28,17 @@ - the latest stable development versions downloadable from - &url.php.snapshots; + the latest stable development version. + Get the source code + &url.php.snapshots;php4-latest.tar.gz or download binaries + for windows + &url.php.snapshots;win32/php4-win32-latest.zip. a prerelease version of PHP 4.3.0 downloadable from - &url.php.prerelease; + &url.php.prerelease;. @@ -161,8 +164,8 @@ - Apache 2.0 is designed to run on Windows NT 4.0 and Windows 2000. - At this time, support for Windows 9x is incomplete. + Apache 2.0 is designed to run on Windows NT 4.0, Windows 2000 or + Windows XP. At this time, support for Windows 9x is incomplete. Apache 2.0 is not expected to work on those platforms at this time. @@ -185,12 +188,12 @@ configuration file to set up the CGI binary: - PHP development version and Apache 2.0 + PHP and Apache 2.0 as CGI @@ -202,24 +205,13 @@ Action application/x-httpd-php "/php/php.exe" Action directive for Apache. - - - PHP 4.3.0 prerelease and Apache 2.0 - - - - - If you would like to use PHP as a module in Apache 2.0, - be sure to move php4ts.dll to your - winnt/system32 directory, overwriting any older file. - You need to insert these two lines to your Apache httpd.conf - configuration file to set up the + be sure to move php4ts.dll to + winnt/system32 (for Windows NT/2000) or + windows/system32 (for Windows XP), + overwriting any older file. You need to insert these two lines to your + Apache httpd.conf configuration file to set up the PHP-Module for Apache 2.0: PHP and Apache 2.0 as Module @@ -232,14 +224,18 @@ AddType application/x-httpd-php .php - + Remember to substitute the c:/php/ for your actual - path to PHP in the above examples. Don't mix up your - installation with dll files from different PHP versions - . You have the only choice to use the dll's and extensions - that ship with your downloaded PHP version. - + path to PHP in the above examples. + + + + Don't mix up your installation with dll files from + different PHP versions . You have the only choice + to use the dll's and extensions that ship with your downloaded PHP version. + +