Commit 4db0301
chore(php8): drop deprecated INI settings in PHP 8.5 #0000
We include a php.ini-production file, with sane defaults for all Docker
images offered here.
In PHP 8.5, these two INI directives are deprecated:
- [`report_memleaks`](https://php.watch/codex/report_memleaks#changes-php-8.5):
This directive has no effect on regular releases, certainly not on any
of the official PHP Docker images, and is only effective on PHP\
debug builds.
- [`disable_classes`](https://php.watch/codex/disable_classes#changes-php-8.5):
The `php.ini` in this repo contains the same values as defaults
(empty list of classes to disable), so we can safely drop references
to them.
This PR suggests to remove them, to avoid triggering static analyzers
unnecessarily.1 parent 841489e commit 4db0301
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
0 commit comments