#443 - Split up global.ini
| Identifier | #443 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Split up global.ini |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core |
| Description | This file is too big to be edited on PHP default settings, since PHP 5.3.9. max_input_vars has to be raised.
We can freely split this up into many files now that Composr has a self-learning cache. There's no harm in require_lang'ing multiple files right from the start. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
suhosin.post.max_vars defaults to 200
We will limit ini files to 1000 via a unit test.
Suhosin is not an official extension, so we will only support this via our Javascript workaround.