mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344925 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fddb6fb793
commit
164d8add7a
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ REM Configure FastCGI Variables
|
|||
There are 4 types of PHP builds:
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Thread-Safe(TS) - use for single process web serves, like Apache with mod_php</para>
|
||||
<para>Thread-Safe(TS) - use for single process web servers, like Apache with mod_php</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Non-Thread-Safe(NTS) - use for IIS and other FastCGI web servers (Apache with mod_fastcgi) and recommended for command-line scripts</para>
|
||||
|
@ -87,7 +87,7 @@ REM Configure FastCGI Variables
|
|||
<para>x86 - production use of PHP 5.5 or 5.6 or 7.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>x64 - production use of PHP 7.0+ unless its a 32-bit only version of Windows. 5.5 and 5.6 x64 are expiremental.</para>
|
||||
<para>x64 - production use of PHP 7.0+ unless its a 32-bit only version of Windows. 5.5 and 5.6 x64 are experimental.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue