Skip to content

Add clarification: PHP settings via variables.php #4162

Open
@chadwcarlson

Description

@chadwcarlson

Where on docs.platform.sh should be changed?

What exactly should be updated?

Update the above pages so there is no confusion that PHP settings can be set using app_name.variables.php. One idea would be to replicate the table shown (and each value's defaults) using this syntax.

variables:
  php:
    'max_execution_time': 300
    'max_file_uploads': 20
    'max_input_time': 60
    'max_input_vars': 1000
    'memory_limit': '128M'
    'post_max_size': '64M'
    'zend.assertions': -1
    'opcache.memory_consumption': 64
    'opcache.validate_timestamps': 0

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions