Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.h27 #define ACCEL_LOG_WARNING 2 macro
H A Dzend_accelerator_debug.c72 case ACCEL_LOG_WARNING: in zend_accel_error()
H A Dzend_accelerator_module.c122 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH()
123 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configurat… in ZEND_INI_MH()
163 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH()
164 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.… in ZEND_INI_MH()
169 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH()
170 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.… in ZEND_INI_MH()
206 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n… in ZEND_INI_MH()
207 zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use 5%.\n"); in ZEND_INI_MH()
H A Dshared_alloc_win32.c136 zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err); in zend_shared_alloc_reattach()
307 zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err); in create_segments()
H A Dzend_accelerator_blacklist.c252 zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename); in zend_accel_blacklist_loadone()
346 zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
H A Dzend_shared_alloc.c291 …zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %ld bytes (%ld bytes…
H A DZendAccelerator.c341 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string()
631 …zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(… in accel_is_inactive()
1190 …script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING, in cache_script_in_shared_memory()
2083 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for thread id %d", tsrm_thread_id());
2085 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid());
2138 …zend_accel_error(ACCEL_LOG_WARNING, "Internal functions count changed - was %d, now %d", ZCG(inter…

Completed in 27 milliseconds