phpinfo()
reports I'm using OpenSSL 0.9.8y and has a configure command containing '--with-openssl=/usr/local/openssl-0.9.8y'
. When I do a yum info openssl
it shows that OpenSSL 1.0.1e is installed.
Do I need to recompile PHP to fix th? Since I'm using Zend Sever CE, is this the right process to correct my issue with openssl in PHP? http://files.zend.com/help/Zend-Server-6/zend-server.htm#compiling_php_extensions.htm
What scenario do I use in the link above and what steps would I use specifically for openssl?
NOTE: I am using CentOS 6.5, Zend Server CE 6.3, and PHP 5.4. The above is a link to docs for Zend Server CE 6.2 and I have 6.3 but I suspect it would be the same process???