Clarify what level of php.ini settings can be set via FPM pools
Open
@bukka is already working on this.
Since Feb 23, 2024.
- Dominant language
- XML
- Stars
- 596
- Forks
- 890
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 55
Description
From manual page: https://php.net/configuration.changes.modes
FPM pool configuration allows modification of ini settings ( https://www.php.net/manual/en/install.fpm.configuration.php#example-70 ), but it's not clearly stated what level of settings this applies to.
The same applies to settings passed using fastcgi params (from nginx.conf)
(Is php-fpm pool configuration on the same level as httpd.conf, or .htaccess / .user.ini?)
Contributor guide
No contributing guide indexed for this repository
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.