diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index 6642c4f72f..baf320e9f8 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -1033,7 +1033,34 @@ - + + + Changelog for <literal>post_max_size</literal> + + + + &Version; + &Description; + + + + + 5.3.4 + + post_max_size = 0 will not disable the limit when the content + type is application/x-www-form-urlencoded or is not registered with PHP. + + + + 5.3.2 , 5.2.12 + + Allow unlimited post size by setting post_max_size to 0. + + + + +
+