Home
last modified time | relevance | path

Searched refs:post_max_size (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/tests/basic/
H A Dbug53180.phpt2 Bug #53180 (post_max_size=0 partly not working)
4 post_max_size=0
H A Drfc1867_post_max_size.phpt2 rfc1867 post_max_size
4 post_max_size=1
H A Drfc1867_boundary_1.phpt4 post_max_size=1024
H A Drfc1867_boundary_2.phpt4 post_max_size=1024
H A Drfc1867_missing_boundary.phpt4 post_max_size=1024
H A Drfc1867_invalid_boundary.phpt4 post_max_size=1024
H A D025.phpt5 post_max_size=1K
/PHP-5.5/main/
H A DSAPI.c265 if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
267 SG(request_info).content_length, SG(post_max_size)); in SAPI_POST_READER_FUNC()
278 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
279 …ING, "Actual POST length does not match Content-Length, and exceeds %ld bytes", SG(post_max_size)); in SAPI_POST_READER_FUNC()
H A DSAPI.h128 long post_max_size; member
H A Drfc1867.c709 if (SG(post_max_size) > 0 && SG(request_info).content_length > SG(post_max_size)) {
710 … of %ld bytes exceeds the limit of %ld bytes", SG(request_info).content_length, SG(post_max_size));
H A Dmain.c536 …t_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_global…
/PHP-5.5/
H A Dphp.ini-development660 post_max_size = 8M
H A Dphp.ini-production660 post_max_size = 8M
H A DNEWS4618 . Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
5204 - Changed "post_max_size" php.ini directive to allow unlimited post size by
7615 - Fixed bug #40921 (php_default_post_reader crashes when post_max_size is

Completed in 59 milliseconds