Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c43 #define MAX_ACCEL_FILES 1000000 macro
111 if (size > MAX_ACCEL_FILES) { in ZEND_INI_MH()
112 …CCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n", MAX_ACCEL_FILES); in ZEND_INI_MH()

Completed in 5 milliseconds