25 lines
284 B
Markdown
25 lines
284 B
Markdown
Installer PHP 7.2 (Homebrew)
|
|
|
|
|
|
|
|
Désintaller PHP
|
|
|
|
$ brew uninstall --force php72
|
|
|
|
|
|
|
|
Installer PHP 7.2
|
|
|
|
$ brew install php72 --with-httpd --with-webp
|
|
|
|
|
|
|
|
Infos sur PHP 7.2
|
|
|
|
$ brew info php72
|
|
homebrew/php/php72: stable 7.2.0 (bottled), HEAD
|
|
PHP Version 7.2
|
|
|
|
|
|
|
|
$ brew upgrade php72-xdebug |