phpinfo() does not showing up correct openssl info after upgrade openssl via yum
Issue
After updated the openssl to latest version,
we can confirm with the following command that openssl update already succeed.
#rpm -q openssl
openssl-1.0.1e-16.el6_5.14.x86_64
#openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
But when we check the info via phpinfo(), we are still seeing the old version of the openssl,
and the php is provided by redhat, not from third-party.
#OpenSSL support enabled
#OpenSSL Library Version OpenSSL 1.0.0-fips 29 Mar 2010
#OpenSSL Header Version OpenSSL 1.0.0-fips 29 Mar 2010
Environment
Red Hat Enterprise Linux 6.0
Red Hat Enterprise Linux 6.1
Red Hat Enterprise Linux 6.2
Red Hat Enterprise Linux 6.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.