mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added note for Win32 users. "Must copy libeay32.dll"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105611 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
434375e85d
commit
ecdde15ce5
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<reference id="ref.openssl">
|
||||
<title>OpenSSL functions</title>
|
||||
<titleabbrev>OpenSSL</titleabbrev>
|
||||
|
@ -32,6 +32,15 @@
|
|||
To use PHP's OpenSSL support you must also compile PHP <option
|
||||
role="configure">--with-openssl[=DIR]</option>.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
<simpara>
|
||||
In order to enable this module on a Windows environment, you must copy
|
||||
<emphasis>libeay32.dll</emphasis> from the DLL folder of the PHP/Win32 binary
|
||||
package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
|
||||
or C:\WINDOWS\SYSTEM32)
|
||||
</simpara>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section id="openssl.configuration">
|
||||
|
|
Loading…
Reference in a new issue