Reputation: 241
Situation :
phpinfo function show 7.1.1 version of php
php -v show 5.6.30 version of php
Question :
How can I resolve this ?
Upvotes: 1
Views: 1977
Reputation: 21
The php version that shows 7.1.1 version is showing your php that came along with xampp or mamp. Whereas the the version 5.6.30 is the php that pre-installed with os x sierra.
You can refer to this website to upgrade your php in os x sierra https://medium.com/zenchef-tech-and-product/how-to-upgrade-your-version-of-php-to-7-0-on-macos-sierra-e1bfdea55a63
Upvotes: 2