- [PHP]
- memory_limit = {{ PHP_MEMORY_LIMIT }}
- output_buffering = 'Off'
- max_execution_time = {{ PHP_MAX_TIME }}
- max_input_time = {{ PHP_MAX_TIME }}
- post_max_size = {{ PHP_POST_LIMIT }}
- upload_max_filesize = {{ PHP_UPLOAD_LIMIT }}
- max_file_uploads = {{ PHP_MAX_FILE }}
- log_errors_max_len = 1024
- html_errors = On
- [Interbase]
- ibase.allow_persistent = 1
- ibase.max_persistent = -1
- ibase.max_links = -1
|