Home
last modified time | relevance | path

Searched refs:ACCEL_LOG_FATAL (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/ext/opcache/
H A Dshared_alloc_win32.c109 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex"); in zend_shared_alloc_create_lock()
140 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open base address file", err); in zend_shared_alloc_reattach()
146 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to read base address", err); in zend_shared_alloc_reattach()
170 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to opcache shared globals", err); in zend_shared_alloc_reattach()
191 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach()
252 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open file mapping", err); in create_segments()
263 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", err); in create_segments()
275 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create file mapping", err); in create_segments()
294 …zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); in create_segments()
310 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create view for file mapping", err); in create_segments()
[all …]
H A Dzend_accelerator_debug.c63 case ACCEL_LOG_FATAL: in zend_accel_error()
95 case ACCEL_LOG_FATAL: in zend_accel_error()
H A Dzend_accelerator_debug.h25 #define ACCEL_LOG_FATAL 0 macro
H A Dzend_shared_alloc.c90 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock()
102 …zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %ld bytes: %s: %s (… in no_memory_bailout()
230 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 Dzend_accelerator_hash.c57 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 Dzend_accelerator_blacklist.c63 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
H A DZendAccelerator.c2490 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_init_shm()
2508 …zend_accel_error(ACCEL_LOG_FATAL, ACCELERATOR_PRODUCT_NAME " cannot allocate buffer for interned s… in zend_accel_init_shm()
2780 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - probably not e…
2799 …zend_accel_error(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can not reatta…
2829 …zend_accel_error(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper setting of opca…
/PHP-7.0/ext/opcache/tests/
H A Dlog_verbosity_bug.phpt2 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 21 milliseconds