I tried updating an old php-version (5.4.3) on mac OSX server because I need a newer version of OpenSSL (eg. 1.0.0 or 1.0.1). Updating php went succesfully, but the old version of OpenSSL is still in this php version... The result of command 'openssl version' is 'OpenSSL 1.0.2n 7 Dec 2017', so OK! But the result of phpinfo() is 'Apache/2.2.29 (Unix) PHP/5.4.45 mod_ssl/2.2.29 OpenSSL/0.9.8zg DAV/2'.
I'm running Server.app on MacOS 10.9.5. But installing a separate version of Apache and PHP is possible. But how can I do this? I'm new with server administration, but familiar with web development.
How Can I use php with this newer OpenSSL (at least 1.0.0) included?
Thanks in advance.
Regards,