mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
449a10dc3a
commit
9b9a41560a
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue