Files

30 lines
654 B
INI
Raw Permalink Normal View History

[PHP]
; 開発環境用の設定
display_errors = On
display_startup_errors = On
error_reporting = E_ALL
; メモリとアップロード制限
memory_limit = 512M
upload_max_filesize = 64M
post_max_size = 64M
; タイムゾーン設定
date.timezone = Asia/Tokyo
; セッション設定
session.gc_maxlifetime = 1440
session.cookie_httponly = On
; その他の設定
max_execution_time = 300
max_input_time = 300
; OPcache設定パフォーマンス向上
opcache.enable = 1
opcache.memory_consumption = 128
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 10000
opcache.revalidate_freq = 0
opcache.validate_timestamps = 1