Homebrew/php56/古い情報
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&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...
<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>
}}
終了行:
&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...
<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>
}}
ページ名: