MiscellaneousmacOS に別バージョンの PHP をインストールOn this pagemacOS に別バージョンの PHP をインストール PHP インストール インストール brew install php@7.3 設定 (.bash_profile など) export PATH="/usr/local/opt/php@7.3/bin:$PATH"export PATH="/usr/local/opt/php@7.3/sbin:$PATH" xdebug インストール インストール pecl install xdebug /usr/local/etc/php/7.3/php.ini に以下が追加される。 zend_extension="xdebug.so"