Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/main/
H A DSAPI.c262 if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
264 SG(request_info).content_length, SG(post_max_size)); in SAPI_POST_READER_FUNC()
288 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
289 …OST length does not match Content-Length, and exceeds " ZEND_LONG_FMT " bytes", SG(post_max_size)); in SAPI_POST_READER_FUNC()
H A DSAPI.h128 zend_long post_max_size; member
H A Drfc1867.c721 if (SG(post_max_size) > 0 && SG(request_info).content_length > SG(post_max_size)) {
722 …exceeds the limit of " ZEND_LONG_FMT " bytes", SG(request_info).content_length, SG(post_max_size));
H A Dmain.c760 …t_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_global…
/PHP-7.3/sapi/cli/tests/
H A Dupload_2G.phpt37 "-d post_max_size=3G -d upload_max_filesize=3G");
/PHP-7.3/
H A Dphp.ini-development687 post_max_size = 8M
H A Dphp.ini-production689 post_max_size = 8M

Completed in 39 milliseconds