Home
last modified time | relevance | path

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

/PHP-5.6/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.c126 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH()
127 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configurat… in ZEND_INI_MH()
167 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH()
168 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.… in ZEND_INI_MH()
173 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH()
174 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.… in ZEND_INI_MH()
210 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n… in ZEND_INI_MH()
211 zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use 5%.\n"); in ZEND_INI_MH()
H A Dshared_alloc_win32.c178 zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err); in zend_shared_alloc_reattach()
354 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 DZendAccelerator.c345 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string()
605 zend_accel_error(ACCEL_LOG_WARNING, "Killed locker %d", mem_usage_check->l_pid); in kill_all_lockers()
618 zend_accel_error(ACCEL_LOG_WARNING, "Can't kill %d after 10 tries!", mem_usage_check->l_pid); in kill_all_lockers()
660 …zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(… in accel_is_inactive()
1223 …script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING, in cache_script_in_shared_memory()
2162 … zend_accel_error(ACCEL_LOG_WARNING, "Can't cache files in chroot() directory with too big inode");
2181 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for thread id %d", tsrm_thread_id());
2183 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid());
2236 …zend_accel_error(ACCEL_LOG_WARNING, "Internal functions count changed - was %d, now %d", ZCG(inter…
H A Dzend_shared_alloc.c291 …zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %ld bytes (%ld bytes…

Completed in 27 milliseconds