Lines Matching refs:zend_accel_error

250 		zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(+1):  %s (%d)", strerror(errno), errno);  in accel_restart_enter()
271 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(-1): %s (%d)", strerror(errno), errno); in accel_restart_leave()
288 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
320 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
346 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
364 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
496 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string()
777 zend_accel_error(ACCEL_LOG_WARNING, "Attempting to kill locker %d", mem_usage_check->l_pid); in kill_all_lockers()
782zend_accel_error(ACCEL_LOG_WARNING, "Process %d died before SIGKILL was sent", mem_usage_check->l_… in kill_all_lockers()
784zend_accel_error(ACCEL_LOG_WARNING, "Failed to send SIGKILL to locker %d: %s", mem_usage_check->l_… in kill_all_lockers()
794 zend_accel_error(ACCEL_LOG_WARNING, "Killed locker %d", mem_usage_check->l_pid); in kill_all_lockers()
796zend_accel_error(ACCEL_LOG_WARNING, "Failed to check locker %d: %s", mem_usage_check->l_pid, strer… in kill_all_lockers()
808 zend_accel_error(ACCEL_LOG_ERROR, "Cannot kill process %d!", mem_usage_check->l_pid); in kill_all_lockers()
817 zend_accel_error(ACCEL_LOG_DEBUG, "KLockers: %s (%d)", strerror(errno), errno); in kill_all_lockers()
843 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
853zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %ld (after " ZEND_LONG_FMT " seconds), lock… in accel_is_inactive()
1151zend_accel_error(ACCEL_LOG_INFO, "getcwd() failed for '%s' (%d), please try to set opcache.use_cwd… in accel_make_persistent_key()
1342 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key()
1350 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", new_key); in zend_accel_add_key()
1399 zend_accel_error( in store_script_in_file_cache()
1476 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
1556 zend_accel_error( in cache_script_in_shared_memory()
1570zend_accel_error(ACCEL_LOG_INFO, "Cached script '%s'", ZSTR_VAL(new_persistent_script->script.file… in cache_script_in_shared_memory()
1578 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", key); in cache_script_in_shared_memory()
1580 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
2127 zend_accel_error(ACCEL_LOG_INFO, "Checksum failed for '%s': expected=0x%08x, found=0x%08x", in persistent_compile_file()
2445zend_accel_error(ACCEL_LOG_WARNING, "Can't cache files in chroot() directory with too big inode"); in accel_activate()
2460zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for thread id %lu", (unsigned long) tsrm_thread_i… in accel_activate()
2462 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid()); in accel_activate()
2472 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); in accel_activate()
2649 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_init_shm()
2830zend_accel_error(ACCEL_LOG_DEBUG, "remap to huge page %lx-%lx %s \n", seg_start, seg_end, name); in accel_move_code_to_huge_pages()
2864zend_accel_error(ACCEL_LOG_DEBUG, "remap to huge page %lx-%lx %s \n", seg_start, seg_end, entry->k… in accel_move_code_to_huge_pages()
2992zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can't get page…
3012zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - probably not e…
3025zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can not reatta…
3065zend_accel_error(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper setting of opca…
3202 zend_accel_error(ACCEL_LOG_DEBUG, "Restart Scheduled! Reason: %s",
4232zend_accel_error(ACCEL_LOG_FATAL, "Not enough entries in hash table for preloading. Consider incre…
4284zend_accel_error(ACCEL_LOG_FATAL, "Not enough shared memory for preloading. Consider increasing th…
4297 zend_accel_error(
4311zend_accel_error(ACCEL_LOG_INFO, "Cached script '%s'", ZSTR_VAL(new_persistent_script->script.file…
4624 zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function.");
4707 zend_accel_error(ACCEL_LOG_FATAL, "Optimization error during preloading!");
4804 zend_accel_error(ACCEL_LOG_ERROR, "Preloading is not supported on Windows");
4826 zend_accel_error(ACCEL_LOG_WARNING, "Preloading doesn't work in \"file_cache_only\" mode");
4847 zend_accel_error(ACCEL_LOG_FATAL, "\"opcache.preload_user\" has not been defined");
4854zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_directives).p…
4861 zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to fork()");
4865 zend_accel_error(ACCEL_LOG_WARNING, "Preloading failed to setgid(%d)", pw->pw_gid);
4869zend_accel_error(ACCEL_LOG_WARNING, "Preloading failed to initgroups(\"%s\", %d)", pw->pw_name, pw…
4873 zend_accel_error(ACCEL_LOG_WARNING, "Preloading failed to setuid(%d)", pw->pw_uid);
4882 zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to waitpid(%d)", pid);
4900 zend_accel_error(ACCEL_LOG_WARNING, "\"opcache.preload_user\" is ignored");