Skip to content

Commit 2dfab8d

Browse files
KingPinKingPin
authored andcommitted
chore(docs): fix markdownlint issues (no-bare-urls, duplicate headings, table spacing)
1 parent c852a76 commit 2dfab8d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,38 @@ See [v1 vs v2 comparison](#v1-vs-v2-comparison) below for details.
3333
The 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 |

docs/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ If you encounter issues:
8686
```
8787

8888
3. **Report the issue**:
89-
- Open an issue: https://github.com/kingpin/php-docker/issues
90-
- Include: PHP version, image tag, error logs, and reproduction steps
89+
- Open an issue: [Report an issue on GitHub](https://github.com/kingpin/php-docker/issues)
90+
- Include: PHP version, image tag, error logs, and reproduction steps
9191

9292
### FAQ
9393

@@ -404,7 +404,7 @@ Compare:
404404
- Memory usage
405405
- CPU usage
406406

407-
## Rollback Plan
407+
## Quick rollback
408408

409409
If you encounter issues, rolling back is simple:
410410

0 commit comments

Comments
 (0)