Hello, new to this list and am not sure if this is the right one to post this question to but here it is...
System specifications
Linux hostname 2.6.18-194.11.1.el5 #1 SMP Tue Aug 10 19:09:06 EDT 2010 i686 athlon i386 GNU/Linux
CentOS-5.5
PHP 5.2.13
OpenSSL-0.9.8e
According to the manual for PHP a function of PHP with SSL configured is http://php.net/manual/en/function.openssl-get-cipher-methods.php which is returning an error.
PHP Fatal error: Call to undefined function openssl_get_cipher_methods()
According to phpinfo() it is installed and working properly.
...
'./configure'
... '--with-openssl' ...
...
Loaded Modules ... mod_ssl
...
...
OpenSSL support | enabled |
OpenSSL Version | OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 |