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
This commit is contained in:
Philip Olson 2001-10-02 19:53:54 +00:00
parent 5e3eb6e209
commit b346b485b4

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.78 $ -->
<!-- $Revision: 1.79 $ -->
<chapter id="installation">
<title>Installation</title>
@ -319,7 +319,7 @@ Paul Mckay.
</listitem>
</itemizedlist>
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.
</para>
</sect2>
@ -3127,7 +3127,7 @@ $ /usr/local/sbin/php4-enable
</para>
<para>
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 <emphasis>NOT</emphasis> yet considered to be production quality.
@ -3273,7 +3273,7 @@ $ /usr/local/sbin/php4-enable
<sect3 id="install.windows.build.prepare">
<title>Preparations</title>
<para>
Before you get started, you have a lot to download....
Before you get started, you have a lot to download...
</para>
<itemizedlist>
<listitem><simpara>
@ -3971,7 +3971,7 @@ stop and start:
</simpara>
<para>
If you unziped the PHP package to C:\PHP\ as desribed
If you unziped the PHP package to C:\PHP\ as described
in the <link linkend="install.windows.manual">General
Installation Steps</link> section, you need to insert
these lines to your Apache conf file to set up the
@ -3999,7 +3999,7 @@ stop and start:
</simpara>
</listitem>
</itemizedlist>
Remerber to restart the server, for example,
Remember to restart the server, for example,
<literal>NET STOP APACHE</literal> followed by
<literal>NET START APACHE</literal>.
</para>
@ -4075,8 +4075,9 @@ stop and start:
<title>Benchmarking</title>
<simpara>
If you have built PHP 3 as a CGI program, you may benchmark your
build by typing <command>make bench</command>. Note that if safe
mode is on by default, the benchmark may not be able to finish if
build by typing <command>make bench</command>. Note that if
<link linkend="features.safe-mode">Safe Mode</link>
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
<function>set_time_limit</function> can not be used in safe
mode. Use the <link