Dne 13.9.2010 16:24, Jason Gerfen napsal(a):> 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
> <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
>
> OpenSSL support enabled
> OpenSSL Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
>
>
> Should I report this as a bug? Perhaps its available in the i386
> distribution?
>
Hi Jason,
in PHP documentation
(http://php.net/manual/en/function.openssl-get-cipher-methods.php) you
can find, that this function is there from version 5.3.0. I think this
version is in remi's repository
(http://blog.famillecollet.com/pages/Config-en).
JJ