View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
443 | Composr | core | public | 2012-04-21 15:25 | 2012-08-19 23:59 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 443: Split up global.ini | ||||
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. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | 3 | ||||
Sponsorship open | |||||
related to | 223 | Closed | Chris Graham | Rationalise language files down |
|
Also add a unit test to ensure no .ini file ever gets too large again. |
|
Note that this issue is not so critical now as in v9 Javascript was used to workaround the PHP limit. |
|
max_input_vars defaults to 1000 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. |