post_max_size 275 main/SAPI.c if ((SG(post_max_size) > 0) && (SG(request_info).content_length > SG(post_max_size))) { post_max_size 277 main/SAPI.c SG(request_info).content_length, SG(post_max_size)); post_max_size 301 main/SAPI.c if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { post_max_size 302 main/SAPI.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Actual POST length does not match Content-Length, and exceeds %ld bytes", SG(post_max_size)); post_max_size 131 main/SAPI.h long post_max_size; post_max_size 606 main/main.c STD_PHP_INI_ENTRY("post_max_size", "8M", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, post_max_size, sapi_globals_struct,sapi_globals) post_max_size 715 main/rfc1867.c if (SG(post_max_size) > 0 && SG(request_info).content_length > SG(post_max_size)) { post_max_size 716 main/rfc1867.c sapi_module.sapi_error(E_WARNING, "POST Content-Length of %ld bytes exceeds the limit of %ld bytes", SG(request_info).content_length, SG(post_max_size));