avsm Thu Mar 29 07:16:45 2001 EDT
Modified files:
/phpdoc/en/functions openssl.xml
Log:
Note that php-4.0.5 works with OpenSSL-0.9.5 also
PR:
Submitted by:
Reviewed by:
Obtained from:
Index: phpdoc/en/functions/openssl.xml
diff -u phpdoc/en/functions/openssl.xml:1.2 phpdoc/en/functions/openssl.xml:1.3
--- phpdoc/en/functions/openssl.xml:1.2 Wed Dec 27 03:19:25 2000
+++ phpdoc/en/functions/openssl.xml Thu Mar 29 07:16:44 2001
@@ -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 >= 0.9.6, but PHP-4.0.5 and greater
+ with also work with OpenSSL >= 0.9.5.
</para>
<para>
OpenSSL offers many features that this module currently doesn't support.