Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Drfc1867.c687 int64_t total_bytes = 0, max_file_size = 0; local
909 max_file_size = atoll(value);
911 max_file_size = strtoll(value, NULL, 10);
1042 } else if (max_file_size && ((zend_long)(total_bytes+blen) > max_file_size)) {
1044 …AX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filena…
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h172 zend_long max_file_size; member
H A Dzend_accelerator_module.c296 …, "0" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.max_file_size, z…
749 …d_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
H A DZendAccelerator.c1706 ZCG(accel_directives).max_file_size > 0) { in opcache_compile_file()
1712 …timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? … in opcache_compile_file()
1729 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in opcache_compile_file()
/PHP-7.4/
H A Dphp.ini-development1828 ;opcache.max_file_size=0
H A Dphp.ini-production1828 ;opcache.max_file_size=0

Completed in 31 milliseconds