Bug #66208
closedTypo3 interprets unlimited POST data as limited to 0B
100%
Description
Excerpt from php.ini:
; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 0
However, Typo3 interprets this as post data being limited to 0 bytes:
Updated by Markus Klein over 9 years ago
What is your exact TYPO3 CMS version?
I remember a fix in this area.
Updated by Markus Klein over 9 years ago
- Category set to Install Tool
- Status changed from New to Accepted
- Assignee set to Markus Klein
- Target version set to next-patchlevel
- Complexity set to easy
Checked with the code now, still an issue.
Updated by Markus Klein over 9 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
next-patchlevel)
Can you point me to the documentation, where it says that 0 is actually a valid value?
Updated by David Henninger over 9 years ago
It is not covered in the documentation, at least i didn't find it in there. Either way, it is described as such in every php.ini configuration file that ships with PHP:
https://github.com/php/php-src/blob/master/php.ini-production#L653
https://github.com/php/php-src/blob/master/php.ini-development#L653
I am running Typo3 6.2.11.
Updated by Markus Klein over 9 years ago
- Status changed from Needs Feedback to Accepted
You're right, this was added already in 2010
https://github.com/php/php-src/commit/c8622a07f5d36e524a6bb5c17f7266d4ce626990
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38436
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38436
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38660
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4d3c3fcbc45fbcc7ef6325ef3638d1eb25b701a0.