ACCEL_LOG_WARNING  630 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage_check.l_pid);
ACCEL_LOG_WARNING 1187 ext/opcache/ZendAccelerator.c 			((char*)new_persistent_script->mem + new_persistent_script->size < (char*)ZCG(mem)) ? ACCEL_LOG_ERROR : ACCEL_LOG_WARNING,
ACCEL_LOG_WARNING 2092 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for thread id %d", tsrm_thread_id());
ACCEL_LOG_WARNING 2094 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid());
ACCEL_LOG_WARNING 2145 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Internal functions count changed - was %d, now %d", ZCG(internal_functions_count), zend_hash_num_elements(&ZCG(function_table)));
ACCEL_LOG_WARNING  136 ext/opcache/shared_alloc_win32.c 		zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err);
ACCEL_LOG_WARNING  307 ext/opcache/shared_alloc_win32.c 			zend_win_error_message(ACCEL_LOG_WARNING, mmap_base_file, err);
ACCEL_LOG_WARNING  252 ext/opcache/zend_accelerator_blacklist.c 		zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename);
ACCEL_LOG_WARNING  346 ext/opcache/zend_accelerator_blacklist.c 		zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
ACCEL_LOG_WARNING   72 ext/opcache/zend_accelerator_debug.c 		case ACCEL_LOG_WARNING:
ACCEL_LOG_WARNING  116 ext/opcache/zend_accelerator_module.c 		zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n");
ACCEL_LOG_WARNING  117 ext/opcache/zend_accelerator_module.c 		zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configuration.\n");
ACCEL_LOG_WARNING  157 ext/opcache/zend_accelerator_module.c 			zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minimum (%d).\n", MIN_ACCEL_FILES);
ACCEL_LOG_WARNING  158 ext/opcache/zend_accelerator_module.c 			zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.\n");
ACCEL_LOG_WARNING  163 ext/opcache/zend_accelerator_module.c 			zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n", MAX_ACCEL_FILES);
ACCEL_LOG_WARNING  164 ext/opcache/zend_accelerator_module.c 			zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.\n");
ACCEL_LOG_WARNING  200 ext/opcache/zend_accelerator_module.c 		zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n");
ACCEL_LOG_WARNING  201 ext/opcache/zend_accelerator_module.c 		zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use 5%.\n");
ACCEL_LOG_WARNING  291 ext/opcache/zend_shared_alloc.c 		zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %ld bytes (%ld bytes free)", (long)size, (long)ZSMMG(shared_free)); \