Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/main/
H A DSAPI.c256 if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
258 SG(request_info).content_length, SG(post_max_size)); in SAPI_POST_READER_FUNC()
282 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
283 …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.h123 zend_long post_max_size; member
H A Drfc1867.c707 if (SG(post_max_size) > 0 && SG(request_info).content_length > SG(post_max_size)) {
708 …exceeds the limit of " ZEND_LONG_FMT " bytes", SG(request_info).content_length, SG(post_max_size));
H A Dmain.c725 …t_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_global…
/PHP-8.2/sapi/cli/tests/
H A Dupload_2G.phpt55 ["-d", "post_max_size=3G", "-d", "upload_max_filesize=3G"]);
/PHP-8.2/
H A DUPGRADING540 . post_max_size
H A Dphp.ini-development701 post_max_size = 8M
H A Dphp.ini-production703 post_max_size = 8M

Completed in 35 milliseconds