| /etc/php.ini - linux or /Applications/MAMP/conf/phpx.x/php.ini - MAMP | |
| option | |
| short_open_tag = On | <?= を利用可能とする |
| magic_quotes_gpc = On | クォーテーション、ダブルクォーテーション、¥マーク(バックスラッシュ)は1つ前に「\」がついた状態で変換 |
| file upload | |
| upload_max_filesize (32M) | アップロード最大ファイルサイズ |
| max_file_uploads | |
| memory_limit (32M) | CSVインポート時などのメモリ上限 |
| postmax_size (32M) | CSVインポート時などのポスト最大値 |
| /etc/my.cnf | |
|
[client] default-character-set = utf8 |
|
|
[mysqld] default-character-set = utf8 |
|
|
[mysql] default-character-set = utf8 |
|


Comments
0 comments postedPost new comment