<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, new to this list and am not sure if this is the right one to
post this question to but here it is...<br>
<br>
System specifications<br>
Linux hostname 2.6.18-194.11.1.el5 #1 SMP Tue Aug 10 19:09:06 EDT 2010
i686 athlon i386 GNU/Linux<br>
CentOS-5.5<br>
PHP 5.2.13<br>
OpenSSL-0.9.8e<br>
<br>
According to the manual for PHP a function of PHP with SSL configured
is <a
 href="http://php.net/manual/en/function.openssl-get-cipher-methods.php"
 target="_blank">http://php.net/manual/en/<wbr>function.openssl-get-cipher-<wbr>methods.php</a>
which is returning an error.<br>
<br>
PHP Fatal error:  Call to undefined function
openssl_get_cipher_methods()<br>
<br>
According to phpinfo() it is installed and working properly.<br>
...<br>
'./configure'  ... '--with-openssl' ...<br>
...<br>
Loaded Modules ... mod_ssl ...<br clear="all">
...<br>
<h2><a name="12b0b6e47afe750c_module_openssl">openssl</a></h2>
<table width="600" border="0" cellpadding="3">
  <tbody>
    <tr>
      <td>OpenSSL support </td>
      <td>enabled </td>
    </tr>
    <tr>
      <td>OpenSSL Version </td>
      <td>OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 </td>
    </tr>
  </tbody>
</table>
<br>
Should I report this as a bug? Perhaps its available in the i386
distribution?
</body>
</html>