Install PHP 7 On Mac OS

Опубликовано: 28 Сентябрь 2024
на канале: Dev Weby
21,206
74

Install PHP 7 On Mac OS

Simply Type In Terminal: curl -s http: //php-osx.liip.ch/install.sh | bash -s 7.0
-After Installation Completes.
*Check your PHP version, Simply Typing: php -v
-If any case you get a older version of php shown after updating to php 7.
Dont Panic, and simply type in terminal: export PATH=/usr/local/php5/bin:$PATH
*Finally, check php version: php -v

*You have successfully install PHP 7.

Thank You and Please Subscribe for more Tutorials.