bit of grammar and xml tagging

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147835 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2004-01-05 00:29:16 +00:00
parent 37082bdcde
commit eea36fe09d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="openssl.installation">
&reftitle.install;
<para>
@ -11,18 +11,20 @@
<simpara>
In order to enable this module on a Windows environment, you must copy
<filename>libeay32.dll</filename> from the DLL folder of the PHP/Win32 binary
package to the SYSTEM32 folder of your windows machine. (Ex: <filename class="directory">C:\WINNT\SYSTEM32</filename>
package to the SYSTEM32 folder of your windows machine. (Ex:
<filename class="directory">C:\WINNT\SYSTEM32</filename>
or <filename class="directory">C:\WINDOWS\SYSTEM32</filename>)
</simpara>
<simpara>
Additionally, if you are planning to use the key generation and certificate
signing functions, you will need to install a valid
<filename>openssl.cnf</filename> on your system. As of PHP 4.3.0, we
include a sample configuration file in the <filename>openssl</filename> of
our win32 binary distribution. If you are using PHP 4.2.0 or later and are
missing the file, you can obtain it from <ulink url="&url.openssl;">the
OpenSSL home page</ulink> or by downloading the PHP 4.3.0 release and using
the configuration file from there.
signing functions, you will need to install a valid <filename>openssl.cnf
</filename> on your system. As of PHP 4.3.0, we include a sample
configuration file in the <filename class="directory">openssl</filename>
folder of our win32 binary distribution. If you are using PHP 4.2.0 or
later and are missing the file, you can obtain it from
<ulink url="&url.openssl;">the OpenSSL home page</ulink> or by
downloading the PHP 4.3.0 release and using the configuration file from
there.
</simpara>
<para>
PHP will search for the <filename>openssl.cnf</filename> using the
@ -81,4 +83,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->