Note that php-4.0.5 works with OpenSSL-0.9.5 also

PR:
Submitted by:
Reviewed by:
Obtained from:


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44583 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anil Madhavapeddy 2001-03-29 15:16:44 +00:00
parent 4dca6065f0
commit 6ff726ad81

View file

@ -6,7 +6,8 @@
This module uses the functions of <ulink
url="&url.openssl;">OpenSSL</ulink> for generation and verification
of signatures and for sealing (encrypting) and opening (decrypting)
data. You need to use OpenSSL >= 0.9.6 with this module.
data. PHP-4.0.4pl1 requires OpenSSL &gt;= 0.9.6, but PHP-4.0.5 and greater
with also work with OpenSSL &gt;= 0.9.5.
</para>
<para>
OpenSSL offers many features that this module currently doesn't support.