Searched refs:post_max_size (Results 1 – 15 of 15) sorted by relevance
/PHP-8.2/tests/basic/ |
H A D | bug53180.phpt | 2 Bug #53180 (post_max_size=0 partly not working) 4 post_max_size=0
|
H A D | rfc1867_post_max_size.phpt | 2 rfc1867 post_max_size 4 post_max_size=1
|
H A D | rfc1867_boundary_1.phpt | 4 post_max_size=1024
|
H A D | rfc1867_boundary_2.phpt | 4 post_max_size=1024
|
H A D | rfc1867_missing_boundary.phpt | 4 post_max_size=1024
|
H A D | rfc1867_invalid_boundary.phpt | 4 post_max_size=1024
|
H A D | 025.phpt | 5 post_max_size=1K
|
/PHP-8.2/main/ |
H A D | SAPI.c | 256 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 D | SAPI.h | 123 zend_long post_max_size; member
|
H A D | rfc1867.c | 707 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 D | main.c | 725 …t_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_global…
|
/PHP-8.2/sapi/cli/tests/ |
H A D | upload_2G.phpt | 55 ["-d", "post_max_size=3G", "-d", "upload_max_filesize=3G"]);
|
/PHP-8.2/ |
H A D | UPGRADING | 540 . post_max_size
|
H A D | php.ini-development | 701 post_max_size = 8M
|
H A D | php.ini-production | 703 post_max_size = 8M
|
Completed in 59 milliseconds