Searched refs:ACCEL_LOG_FATAL (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/opcache/ |
H A D | shared_alloc_win32.c | 94 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex (error %u)", GetLastError()); in zend_shared_alloc_create_lock() 125 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to read base address", err); in zend_shared_alloc_reattach() 159 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to opcache shared globals", err); in zend_shared_alloc_reattach() 169 …zend_win_error_message(ACCEL_LOG_FATAL, "Opcode handlers are unusable due to ASLR. Please setup op… in zend_shared_alloc_reattach() 172 …zend_win_error_message(ACCEL_LOG_FATAL, "Base address marks unusable memory region. Please setup o… in zend_shared_alloc_reattach() 182 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach() 243 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open file mapping", err); in create_segments() 254 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", err); in create_segments() 266 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create file mapping", err); in create_segments() 285 …zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); in create_segments() [all …]
|
H A D | zend_accelerator_debug.c | 63 case ACCEL_LOG_FATAL: in zend_accel_error() 95 case ACCEL_LOG_FATAL: in zend_accel_error()
|
H A D | zend_accelerator_debug.h | 25 #define ACCEL_LOG_FATAL 0 macro
|
H A D | zend_shared_alloc.c | 89 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock() 101 …zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %zu bytes: %s: %s (… in no_memory_bailout() 229 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 236 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup() 250 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
|
H A D | zend_accelerator_hash.c | 57 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init() 64 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init()
|
H A D | zend_accelerator_blacklist.c | 63 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
|
H A D | ZendAccelerator.c | 2587 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_init_shm() 2957 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - probably not e… in accel_post_startup() 2967 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can not reatta… in accel_post_startup() 2997 …zend_accel_error(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper setting of opca… in accel_post_startup() 4190 …zend_accel_error(ACCEL_LOG_FATAL, "Not enough shared memory for preloading. Consider increasing th… in preload_script_in_shared_memory() 4510 zend_accel_error(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function."); in accel_preload() 4591 zend_accel_error(ACCEL_LOG_FATAL, "Optimization error during preloading!"); in accel_preload() 4735 zend_accel_error(ACCEL_LOG_FATAL, "\"opcache.preload_user\" has not been defined"); in accel_finish_startup() 4742 …zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_directives).p… in accel_finish_startup() 4749 zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to fork()"); in accel_finish_startup() [all …]
|
/PHP-7.4/ext/opcache/tests/ |
H A D | log_verbosity_bug.phpt | 2 Test ACCEL_LOG_FATAL will cause the process to die even if not logged 5 The resulting ACCEL_LOG_FATAL should cause php to die.
|
Completed in 27 milliseconds