@@ -33,33 +33,38 @@ See [v1 vs v2 comparison](#v1-vs-v2-comparison) below for details.
3333The following environment variables can be overridden when running containers:
3434
3535### Memory Settings
36+
3637| Variable | Default | Description |
3738| ----------| ---------| -------------|
3839| ` PHP_MEMORY_LIMIT ` | ` 256M ` | Maximum memory a script can consume |
3940| ` PHP_OPCACHE_MEMORY_CONSUMPTION ` | ` 128 ` | OPCache memory consumption limit |
4041| ` PHP_OPCACHE_INTERNED_STRINGS_BUFFER ` | ` 16 ` | OPCache interned strings buffer |
4142
4243### Upload Settings
44+
4345| Variable | Default | Description |
4446| ----------| ---------| -------------|
4547| ` PHP_UPLOAD_MAX_FILESIZE ` | ` 64M ` | Maximum allowed size for uploaded files |
4648| ` PHP_POST_MAX_SIZE ` | ` 64M ` | Maximum size of POST data allowed |
4749| ` PHP_MAX_FILE_UPLOADS ` | ` 20 ` | Maximum number of files allowed for upload |
4850
4951### Execution Settings
52+
5053| Variable | Default | Description |
5154| ----------| ---------| -------------|
5255| ` PHP_MAX_EXECUTION_TIME ` | ` 300 ` | Maximum execution time of scripts (seconds) |
5356| ` PHP_MAX_INPUT_VARS ` | ` 1000 ` | Maximum input variables allowed |
5457
5558### Error Handling
59+
5660| Variable | Default | Description |
5761| ----------| ---------| -------------|
5862| ` PHP_ERROR_REPORTING ` | ` E_ALL ` | Error reporting level |
5963| ` PHP_DISPLAY_ERRORS ` | ` Off ` | Display errors in output |
6064| ` PHP_LOG_ERRORS ` | ` On ` | Log errors to error log |
6165
6266### Other Settings
67+
6368| Variable | Default | Description |
6469| ----------| ---------| -------------|
6570| ` PHP_DATE_TIMEZONE ` | ` UTC ` | Default timezone |
0 commit comments