What is so creative?

php.ini

/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 posted

Post new comment

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.