; PHP 8.2+ production recommendations. Keep web and CLI time zones in UTC. date.timezone = UTC display_errors = Off display_startup_errors = Off log_errors = On expose_php = Off memory_limit = 256M max_execution_time = 60 max_input_time = 60 max_input_vars = 3000 post_max_size = 12M upload_max_filesize = 10M file_uploads = On allow_url_fopen = Off session.use_strict_mode = 1 session.use_only_cookies = 1 session.cookie_httponly = 1 session.cookie_secure = 1 session.cookie_samesite = Lax session.sid_length = 48 session.sid_bits_per_character = 6 opcache.enable = 1 opcache.enable_cli = 0 opcache.memory_consumption = 192 opcache.interned_strings_buffer = 16 opcache.max_accelerated_files = 20000 opcache.validate_timestamps = 0 realpath_cache_size = 4096K realpath_cache_ttl = 600