php.ini 478 B

12345678910111213141516171819202122232425
  1. magic_quotes_gpc = Off
  2. magic_quotes_runtime = Off
  3. magic_quotes_sybase = Off
  4. date.timezone="Europe/Kiev"
  5. display_errors = On
  6. display_startup_errors = On
  7. log_errors = On
  8. log_errors_max_len = 1024
  9. report_memleaks = On
  10. ;track_errors = On
  11. html_errors = On
  12. memory_limit = 256M
  13. max_input_vars = 50000
  14. post_max_size = 64M
  15. upload_max_filesize = 64M
  16. ;extension=xhprof.so
  17. ;extension=memcached.so
  18. [xhprof]
  19. xhprof.output_dir=/tmp/