php.ini.j2 395 B

123456789101112131415
  1. [PHP]
  2. memory_limit = {{ PHP_MEMORY_LIMIT }}
  3. output_buffering = 'Off'
  4. max_execution_time = {{ PHP_MAX_TIME }}
  5. max_input_time = {{ PHP_MAX_TIME }}
  6. post_max_size = {{ PHP_POST_LIMIT }}
  7. upload_max_filesize = {{ PHP_UPLOAD_LIMIT }}
  8. max_file_uploads = {{ PHP_MAX_FILE }}
  9. log_errors_max_len = 1024
  10. html_errors = On
  11. [Interbase]
  12. ibase.allow_persistent = 1
  13. ibase.max_persistent = -1
  14. ibase.max_links = -1