From b346b485b4fc2a1a8b8019036ef51a2fe8eac19b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 2 Oct 2001 19:53:54 +0000 Subject: [PATCH] Fixed typos, and added a link to safe mode chapter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58853 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index 7f11c5edca..9895c2ee6f 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -319,7 +319,7 @@ Paul Mckay. In addition, you will need to install (and possibly compile) any - additional software specific to your configuration (such as Oracle + additional software specific to your configuration, such as Oracle or MySQL. @@ -3127,7 +3127,7 @@ $ /usr/local/sbin/php4-enable PHP 4 for Windows comes in two flavours - a CGI executable (php.exe), - and several SAPI modules (for exapmle php4isapi.dll). The latter form + and several SAPI modules (for example: php4isapi.dll). The latter form is new to PHP 4, and provides significantly improved performance and some new functionality. However, please note that the SAPI modules are NOT yet considered to be production quality. @@ -3273,7 +3273,7 @@ $ /usr/local/sbin/php4-enable Preparations - Before you get started, you have a lot to download.... + Before you get started, you have a lot to download... @@ -3971,7 +3971,7 @@ stop and start: - If you unziped the PHP package to C:\PHP\ as desribed + If you unziped the PHP package to C:\PHP\ as described in the General Installation Steps section, you need to insert these lines to your Apache conf file to set up the @@ -3999,7 +3999,7 @@ stop and start: - Remerber to restart the server, for example, + Remember to restart the server, for example, NET STOP APACHE followed by NET START APACHE. @@ -4075,8 +4075,9 @@ stop and start: Benchmarking If you have built PHP 3 as a CGI program, you may benchmark your - build by typing make bench. Note that if safe - mode is on by default, the benchmark may not be able to finish if + build by typing make bench. Note that if + Safe Mode + is on by default, the benchmark may not be able to finish if it takes longer then the 30 seconds allowed. This is because the set_time_limit can not be used in safe mode. Use the