Is there an easy way out to get the latest PHP? I have tried updating my package but none of it has 5.4.6 yet... if anyone knows on how to do it quickly, can it be shared here?
I've tried compiling from the source, but I am constantly getting:
configure: error: Cannot find OpenSSL's <evp.h>.
In my ./configure I've specified where evp.h is, --with-openssl=/usr/include/openssl \.., but still it gives me, that error –
sudo: add-apt-repository: command not found– Hubro May 29 '13 at 09:52apt-get install python-software-propertiesto be able to useadd-apt-repository– Moak Jun 05 '13 at 03:11apt-add-repositorywhich is pre-installed in current Ubuntu ditributions – feeela Sep 18 '13 at 09:46command not founderror using this solution: http://askubuntu.com/a/38035/279383 – Edwin Yip Aug 27 '14 at 16:40php -v 5.5.18the key is adding the :ppa repos. On the ubuntu packages are still at 5.3 – pixel 67 Nov 06 '14 at 19:545.6.6– Jamie Hutber Mar 10 '15 at 15:39