mstdmstdd Posted May 14, 2019 Share Posted May 14, 2019 Hello, I install laravel 5.8 on new Ubuntu 16 instance under Digital Ocean. I need to install php 7.2 and for this I found this https://medium.com/andrewmmc-io/upgrade-php-version-to-7-2-from-7-0-c005a0926642 and after installing I got in console: # php -v PHP 7.2.18-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: May 3 2019 09:23:41) ( NTS ) but phpinfo in browser shows : PHP Version 7.0.33-0ubuntu0.16.04.4 How to refresh it in browser? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/308704-i-have-php-72-in-console-but-70-in-browser/ Share on other sites More sharing options...
mstdmstdd Posted May 14, 2019 Author Share Posted May 14, 2019 That helped me! $ a2dismod php7.0 $ a2enmod php7.2 $ service apache2 restart Quote Link to comment https://forums.phpfreaks.com/topic/308704-i-have-php-72-in-console-but-70-in-browser/#findComment-1566687 Share on other sites More sharing options...
requinix Posted May 15, 2019 Share Posted May 15, 2019 If you don't want to use PHP 7.0 then you should probably totally uninstall it. Quote Link to comment https://forums.phpfreaks.com/topic/308704-i-have-php-72-in-console-but-70-in-browser/#findComment-1566741 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.