Skip to content

Instantly share code, notes, and snippets.

@orrisroot
Last active May 16, 2023 00:53
Show Gist options
  • Save orrisroot/c751c60762816e9bcb866eec28fe0030 to your computer and use it in GitHub Desktop.
Save orrisroot/c751c60762816e9bcb866eec28fe0030 to your computer and use it in GitHub Desktop.
My php custom configuration.
[PHP]
output_buffering = Off
expose_php = Off
max_execution_time = 300
max_input_time = 600
memory_limit = 1G
post_max_size = 1G
upload_max_filesize = 1G
allow_url_fopen = Off
[Date]
date.timezone = Asia/Tokyo
[mbstring]
mbstring.language = Japanese
mbstring.detect_order = auto
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment