Skip to content

Commit

Permalink
Update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Mar 21, 2024
1 parent f765f6e commit 85a0257
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The default configuration not recommended for use for production environment:
| [`PHP_DISPLAY_STARTUP_ERRORS`] | `On` | `On` | `On` |
| [`PHP_ERROR_REPORTING`] | `E_ALL` | `E_ALL` | `E_ALL` |
| [`PHP_EXPOSE`] | `Off` | `Off` | `Off` |
| `PHP_EXTENSIONS_DISABLE` | | | |
| `PHP_EXTENSIONS_DISABLE` | `xdebug,xhprof` | `xdebug,xhprof` | `xdebug,xhprof` |
| [`PHP_FPM_CLEAR_ENV`] | `yes` | `yes` | `yes` |
| `PHP_FPM_ENV_VARS` | | | |
| [`PHP_FPM_LOG_LEVEL`] | `notice` | `notice` | `notice` |
Expand Down Expand Up @@ -208,8 +208,7 @@ user/group ids the latter will be deleted.

## PHP Extensions

You can disable extension by listing them in `$PHP_EXTENSIONS_DISABLE` separated by `,`,
e.g. `$PHP_EXTENSIONS_DISABLE=event,ds`
Extensions xdebug and xhprof disabled by default, to change it override the default env var `PHP_EXTENSIONS_DISABLE=xdebug,xhprof`.

| Extension | 8.3 | 8.2 | 8.1 |
|------------------|----------|--------|--------|
Expand Down Expand Up @@ -297,8 +296,6 @@ Legend:
> - "-" - Not exists in this version
> Some extensions may not be available in [`-dev`](#-dev) images
Extensions xdebug and xhprof disabled by default, to change it override the default env var `PHP_EXTENSIONS_DISABLE=xdebug,xhprof`.

* sqlsrv extension has no arm64 support because the driver has no support for linux/arm64

## Tools
Expand Down

0 comments on commit 85a0257

Please sign in to comment.