I'm using RHEL 6.6 and Apache 2.2.15.
When I type php -v into terminal I get the right version: 5.6.11
Unfortunately in the web browser phpinfo() returns: 5.3.3
The server only has access to Intranet, so I can't use things like Yum.
Despite the fact that there are clearly two different php versions installed, there is only one file libphp5.so and it is linked in the httpd.conf file.
Additionally when I type php -i into the console I get the result: Loaded Configuration file: none
Any idea how to force Apache to use the new version?