Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds