nlopess Wed May 26 12:14:08 2004 EDT
Modified files:
/phpdoc/en/reference/openssl reference.xml
Log:
fix #28529: required versions
#english might not be the best...
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/openssl/reference.xml
diff -u phpdoc/en/reference/openssl/reference.xml:1.8
phpdoc/en/reference/openssl/reference.xml:1.9
--- phpdoc/en/reference/openssl/reference.xml:1.8 Tue Feb 24 03:46:09 2004
+++ phpdoc/en/reference/openssl/reference.xml Wed May 26 12:14:08 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<reference id="ref.openssl">
<title>OpenSSL Functions</title>
<titleabbrev>OpenSSL</titleabbrev>
@@ -20,8 +20,9 @@
<para>
In order to use the OpenSSL functions you need to install the <ulink
url="&url.openssl;">OpenSSL</ulink> package.
- PHP-4.0.4pl1 requires OpenSSL >= 0.9.6, but PHP-4.0.5 and greater
- will also work with OpenSSL >= 0.9.5.
+ PHP between versions 4.0.5 and 4.3.1 will work with OpenSSL >= 0.9.5.
+ Other versions (PHP <=4.0.4pl1 and >= 4.3.2) require OpenSSL >=
+ 0.9.6.
</para>
</section>