Searched refs:max_file_size (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/main/ |
H A D | rfc1867.c | 658 int64_t total_bytes = 0, max_file_size = 0; local 906 max_file_size = strtoll(value, NULL, 10); 1036 } else if (max_file_size && ((zend_long)(total_bytes+blen) > max_file_size)) { 1038 …AX_FILE_SIZE of %" PRId64 " bytes exceeded - file [%s=%s] not saved", max_file_size, param, filena…
|
/PHP-8.4/ext/opcache/ |
H A D | ZendAccelerator.h | 173 zend_long max_file_size; member
|
H A D | zend_accelerator_module.c | 295 …, "0" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.max_file_size, z… 810 …d_assoc_long(&directives, "opcache.max_file_size", ZCG(accel_directives).max_file_size);
|
H A D | ZendAccelerator.c | 1766 ZCG(accel_directives).max_file_size > 0) { in opcache_compile_file() 1772 …timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? … in opcache_compile_file() 1789 …if (ZCG(accel_directives).max_file_size > 0 && size > (size_t)ZCG(accel_directives).max_file_size)… in opcache_compile_file()
|
/PHP-8.4/ |
H A D | php.ini-development | 1728 ;opcache.max_file_size=0
|
H A D | php.ini-production | 1730 ;opcache.max_file_size=0
|
Completed in 32 milliseconds