mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos and other picky stuff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75820 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ffb95f2480
commit
71b4317c48
1 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -161,12 +161,12 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
You need to ensure that the dlls which PHP uses can be found.
|
||||
You need to ensure that the DLLs which PHP uses can be found.
|
||||
The precise DLLs involved depend on which web server you use
|
||||
and whether you want to run PHP as a CGI or as a server module.
|
||||
<filename>php4ts.dll</filename> is always used. If you are
|
||||
using a server module (e.g. ISAPI or Apache) then you will
|
||||
need the relevent DLL from the <filename>sapi</filename>
|
||||
need the relevant DLL from the <filename>sapi</filename>
|
||||
folder. If you are using any PHP extension DLLs then you
|
||||
will need those as well. To make sure that the DLLs can be
|
||||
found, you can either copy them to the system directory
|
||||
|
@ -216,7 +216,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Copy your choosen ini file (see below) to your
|
||||
Copy your chosen ini file (see below) to your
|
||||
'%WINDOWS%' directory on Windows 9x/Me or to your
|
||||
'%SYSTEMROOT%' directory under Windows NT/2000/XP
|
||||
and rename it to &php.ini;. Your
|
||||
|
@ -236,7 +236,7 @@
|
|||
file for performance, and security. The best is to
|
||||
study all the <link linkend="configuration.file">ini
|
||||
settings</link> and set every element manually yourself.
|
||||
If you would like to achive the best security, then this
|
||||
If you would like to achieve the best security, then this
|
||||
is the way for you, although PHP works fine with these
|
||||
default ini files.
|
||||
</para>
|
||||
|
@ -420,8 +420,9 @@
|
|||
<filename>c:\cygnus</filename>, let the build process know by setting
|
||||
the Cygwin environment variable. On Windows 95/98 setting
|
||||
an environment variable can be done by placing a line in
|
||||
your autoexec.bat. On Windows NT, go to My Computer =>
|
||||
Control Panel => System and select the environment tab.
|
||||
your <filename>autoexec.bat</filename>. On Windows NT, go to My
|
||||
Computer => Control Panel => System and select the
|
||||
environment tab.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -586,14 +587,14 @@
|
|||
|
||||
<note>
|
||||
<para>
|
||||
Some of these extensions need extra dlls to work. Couple of them can be
|
||||
Some of these extensions need extra DLLs to work. Couple of them can be
|
||||
found in the distribution package, in the 'dlls' folder but
|
||||
some, for example Oracle (php_oci8.dll) require dlls which are
|
||||
some, for example Oracle (php_oci8.dll) require DLLs which are
|
||||
not bundled with the distribution package.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Copy the bundled dlls from 'dlls' folder to your Windows
|
||||
Copy the bundled DLLs from 'DLLs' folder to your Windows
|
||||
PATH, safe places are:
|
||||
<simplelist>
|
||||
<member>c:\windows\system for Windows 9x/Me</member>
|
||||
|
|
Loading…
Reference in a new issue