#author("2019-01-31T14:13:06+09:00","default:wikiwriter","wikiwriter")
&tag(Homebrew/php56/古い情報);
*目次 [#a8f68252]
#contents
*関連ページ [#rdf89ea5]
*参考情報 [#w12ff8b7]

-以下の手順でインストール
#pre{{
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php56 --with-mysql --with-homebrew-apxs
}}
-GD関連もインストールする場合以下
 brew install freetype jpeg libpng gd zlib

*設定 [#k5bac643]
-httpd.confを変数
#pre{{
LoadModule php5_module        /usr/local/Cellar/php56/5.6.29_5/libexec/apache2/libphp5.so

<IfModule php5_module>
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    <IfModule dir_module>
        DirectoryIndex index.html index.php
    </IfModule>
</IfModule>
}}


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS