#author("2019-01-31T14:16:06+09:00","default:wikiwriter","wikiwriter") #author("2019-01-31T14:17:49+09:00","default:wikiwriter","wikiwriter") &tag(Homebrew/php56); *目次 [#n7690eab] #contents *関連ページ [#k57005b2] -[[Homebrew]] -[[./古い情報]] *参考情報 [#off5d6b0] *インストール2019/01/31(木) [#qce69270] -2019/01/31(木)現在、homebrewでphp@5.6をインストールしようとすると以下のエラーが表示される。 php@5.6 was deleted from homebrew/core in commit 37b075c205: -PHP 5.6がサポート切れになったため削除されたらしい。 -それでも使用したい場合、以下のようにしてインストール可能。[[macos - Install PHP Extension for PHP 5.6 on OSX with deprecated homebrew/php - Stack Overflow:https://stackoverflow.com/questions/49649693/install-php-extension-for-php-5-6-on-osx-with-deprecated-homebrew-php]] $ brew tap exolnet/homebrew-deprecated; $ brew install php@5.6 -with-mysql --with-homebrew-apxs -httpd.confに以下を追加。 #pre{{ LoadModule php5_module /usr/local/opt/php@5.6/lib/httpd/modules/libphp5.so <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> }}