Searched refs:ACCEL_LOG_INFO (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_debug.h | 28 #define ACCEL_LOG_INFO 3 macro
|
H A D | zend_accelerator_debug.c | 71 case ACCEL_LOG_INFO: in zend_accel_error_va_args()
|
H A D | ZendAccelerator.c | 1219 …zend_accel_error(ACCEL_LOG_INFO, "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd… in accel_make_persistent_key() 1475 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", ZSTR_VAL(new_key)); in zend_accel_add_key() 1649 …zend_accel_error(ACCEL_LOG_INFO, "Cached script '%s'", ZSTR_VAL(new_persistent_script->script.file… in cache_script_in_shared_memory() 1659 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", ZSTR_VAL(key)); in cache_script_in_shared_memory() 4265 …zend_accel_error(ACCEL_LOG_INFO, "Cached script '%s'", ZSTR_VAL(new_persistent_script->script.file…
|
H A D | zend_file_cache.c | 1946 …zend_accel_error(ACCEL_LOG_INFO, "File cached script loaded into memory '%s'", ZSTR_VAL(script->sc…
|
Completed in 23 milliseconds