Question
I just upgraded php 5.5.9 to php7
I just upgraded php 5.5.9 to php7 with the instruction from Brennen Bearnes
Link: https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-php-7-on-ubuntu-14-04,
After installation I check with php -v and shows that php 7 is installed but wordpress is still using ver 5.5.9. can someone please direct me to which configuration file needs.
My guess php5.5.9 need to be purged but need guidance
looks like php7 was installed in etc/php/7.0 instead of etc/php7.0
Thanks Ralph
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×