php.ini 441 B

123456789101112131415161718
  1. memory_limit = 4G
  2. max_execution_time = 1800
  3. zlib.output_compression = 1
  4. cgi.fix_pathinfo = 0
  5. date.timezone = UTC
  6. xdebug.mode = off
  7. xdebug.client_host = host.docker.internal
  8. xdebug.idekey = PHPSTORM
  9. xdebug.start_with_request = trigger
  10. xdebug.output_dir = /var/www/html/var/profile
  11. xdebug.profiler_output_name = cachegrind.out.%t.%p
  12. upload_max_filesize = 100M
  13. post_max_size = 100M
  14. max_input_vars = 10000
  15. sendmail_path = "/usr/bin/msmtp -t"