Home
last modified time | relevance | path

Searched refs:max_file_size (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/main/
H A Drfc1867.c680 int64_t total_bytes = 0, max_file_size = 0; local
912 max_file_size = strtoll(value, NULL, 10);
1045 } else if (max_file_size && ((zend_long)(total_bytes+blen) > max_file_size)) {
1047 …AX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filena…
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h182 zend_long max_file_size; member
H A Dzend_accelerator_module.c254 …, "0" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.max_file_size, z…
741 …d_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
H A DZendAccelerator.c1739 ZCG(accel_directives).max_file_size > 0) { in opcache_compile_file()
1745 …timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? … in opcache_compile_file()
1762 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in opcache_compile_file()
/PHP-8.0/
H A Dphp.ini-development1825 ;opcache.max_file_size=0
H A Dphp.ini-production1827 ;opcache.max_file_size=0

Completed in 37 milliseconds