Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Drfc1867.c696 int64_t total_bytes = 0, max_file_size = 0; local
918 max_file_size = atoll(value);
920 max_file_size = strtoll(value, NULL, 10);
1051 } else if (max_file_size && ((zend_long)(total_bytes+blen) > max_file_size)) {
1053 …AX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filena…
/PHP-7.1/ext/opcache/
H A DZendAccelerator.h200 zend_long max_file_size; member
H A Dzend_accelerator_module.c298 …, "0" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.max_file_size, z…
720 …d_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
H A DZendAccelerator.c1512 ZCG(accel_directives).max_file_size > 0) { in opcache_compile_file()
1518 …timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? … in opcache_compile_file()
1535 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in opcache_compile_file()
H A DREADME181 opcache.max_file_size (default "0")
/PHP-7.1/
H A Dphp.ini-development1864 ;opcache.max_file_size=0
H A Dphp.ini-production1864 ;opcache.max_file_size=0

Completed in 30 milliseconds