How to Install/Update to PHP7 on MacOS Sierra via Curl

preview_player
Показать описание
On this tutorial, we are going to cover how to Update to from PHP5.6 to PHP 7.1 on MacOS Sierra using binary package installation option.

Topics covered
Installing via binary package
Exporting PHP path
Editing the Apache configuration file

Checkout my other vids for setting up Apache, PHP and MySQL on your Mac.

If you would rather update PHP using Homebrew checkout my other video.

Steps
1. Open up the Terminal and run the following commands

2. Update your path
export PATH=/usr/local/php5/bin:$PATH

4. Restart apache
sudo apachectl restart
Рекомендации по теме
Комментарии
Автор

Thanks for this video
great and simple

ThisIsLiving__
Автор

Thanks a Lot its very helpful to me and its working correctly again thanks

benshorts
Автор

thanks for your video it is veryuseful for me

Jana-mqpd
Автор

im not able to install at all now its telling me forbidden and i dont have permission

brandonward