Support Debian style INI split/linking approach
Open
@asgrim is already working on this.
Since Dec 16, 2025.
maintainer investigating
needs reporter feedback
- Dominant language
- PHP
- Stars
- 2k
- Forks
- 73
- Avg merge
- 3h 37m
- Merged PRs (30d)
- 11
Description
I've just installed the mongodb extension with PIE on a new Deian 13 server, and it puts the 80-mongodb.ini file in /etc/php/8.4/cli/conf.d/ only.
Instead, it should have created /etc/php/8.4/mods-available (as mongodb.ini) and then link it into /etc/php/8.4/cli/conf.d and /etc/php/8.4/fpm/conf.d as 80-mongodb.ini.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.