99-local.ini 601 B

123456789101112131415161718192021222324
  1. short_open_tag = On
  2. max_execution_time = 600
  3. memory_limit = 512M
  4. error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
  5. display_startup_errors = On
  6. display_errors = On
  7. log_errors = On
  8. post_max_size = 128M
  9. upload_max_filesize = 128M
  10. allow_url_include = On
  11. magic_quotes_gpc = off
  12. date.timezone = Europe/Moscow
  13. zlib.output_compression = Off
  14. opcache.enable=1
  15. opcache.enable_cli=0
  16. opcache.memory_consumption=128
  17. opcache.interned_strings_buffer=8
  18. opcache.max_accelerated_files=50000
  19. opcache.file_update_protection=5
  20. opcache.validate_timestamps=1
  21. opcache.revalidate_freq=5
  22. opcache.fast_shutdown=1