; Apply to the PHP-FPM pool / Apache PHP / IIS FastCGI used for this application. display_errors = Off log_errors = On expose_php = Off upload_max_filesize = 10M post_max_size = 25M max_file_uploads = 5 memory_limit = 256M max_execution_time = 90 session.use_strict_mode = 1 session.use_only_cookies = 1 session.cookie_httponly = 1 session.cookie_secure = 1 session.cookie_samesite = Strict ; Required extensions: pdo_mysql, mbstring, sodium, fileinfo, gd. ; Configure a private session.save_path and error_log for your server.