fix #28529: required versions

#english might not be the best...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2004-05-26 16:14:08 +00:00
parent 449a10dc3a
commit 9b9a41560a

View file

@ -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 &gt;= 0.9.6, but PHP-4.0.5 and greater
will also work with OpenSSL &gt;= 0.9.5.
PHP between versions 4.0.5 and 4.3.1 will work with OpenSSL &gt;= 0.9.5.
Other versions (PHP &lt;=4.0.4pl1 and &gt;= 4.3.2) require OpenSSL &gt;=
0.9.6.
</para>
</section>