Homebrew/php54
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Homebrew/php54);
*目次 [#q5e2cbd4]
#contents
*関連ページ [#u94868bd]
*参考情報 [#l357fbc8]
*インストール [#keb812c6]
-以下の手順で実行する
#pre{{
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php54 --with-mysql --with-homebrew-apxs
}}
*httpd.confの設定 [#t1b40707]
-LoadModule行は勝手に追加される。
#pre{{
LoadModule php5_module /usr/local/Cellar/php54/5.4...
<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>
}}
*php.iniの設定 [#bc1b034e]
-/usr/local/etc/php/5.4/php.iniを編集する。
-mbstringのところだけ設定する。
#pre{{
[mbstring]
mbstring.language = Japanese
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = none
mbstring.func_overload = 1
}}
*php-fpmの設定 [#z57c5eec]
-以下のインストラクションが表示される。
#pre{{
✩✩✩✩ FPM ✩✩✩✩
To launch php-fpm on startup:
mkdir -p ~/Library/LaunchAgents
cp /usr/local/opt/php54/homebrew.mxcl.php54.plist ~/L...
launchctl load -w ~/Library/LaunchAgents/homebrew.mxc...
The control script is located at /usr/local/opt/php54/sbi...
OS X 10.8 and newer come with php-fpm pre-installed, to e...
PATH="/usr/local/sbin:$PATH"
You may also need to edit the plist to use the correct "U...
Please note that the plist was called 'homebrew-php.joseg...
of this formula.
To have launchd start homebrew/php/php54 now and restart ...
brew services start homebrew/php/php54
}}
終了行:
&tag(Homebrew/php54);
*目次 [#q5e2cbd4]
#contents
*関連ページ [#u94868bd]
*参考情報 [#l357fbc8]
*インストール [#keb812c6]
-以下の手順で実行する
#pre{{
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php54 --with-mysql --with-homebrew-apxs
}}
*httpd.confの設定 [#t1b40707]
-LoadModule行は勝手に追加される。
#pre{{
LoadModule php5_module /usr/local/Cellar/php54/5.4...
<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>
}}
*php.iniの設定 [#bc1b034e]
-/usr/local/etc/php/5.4/php.iniを編集する。
-mbstringのところだけ設定する。
#pre{{
[mbstring]
mbstring.language = Japanese
mbstring.internal_encoding = UTF-8
mbstring.http_input = auto
mbstring.http_output = UTF-8
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = none
mbstring.func_overload = 1
}}
*php-fpmの設定 [#z57c5eec]
-以下のインストラクションが表示される。
#pre{{
✩✩✩✩ FPM ✩✩✩✩
To launch php-fpm on startup:
mkdir -p ~/Library/LaunchAgents
cp /usr/local/opt/php54/homebrew.mxcl.php54.plist ~/L...
launchctl load -w ~/Library/LaunchAgents/homebrew.mxc...
The control script is located at /usr/local/opt/php54/sbi...
OS X 10.8 and newer come with php-fpm pre-installed, to e...
PATH="/usr/local/sbin:$PATH"
You may also need to edit the plist to use the correct "U...
Please note that the plist was called 'homebrew-php.joseg...
of this formula.
To have launchd start homebrew/php/php54 now and restart ...
brew services start homebrew/php/php54
}}
ページ名: