Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c71 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
83 zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation: no memory\n"); in blacklist_report_regexp_error()
87 zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation: %s\n", errbuf); in blacklist_report_regexp_error()
180 zend_accel_error(ACCEL_LOG_ERROR, "Too long blacklist entry\n"); in zend_accel_blacklist_update_regexp()
191 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_update_regexp()
252 zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename); in zend_accel_blacklist_loadone()
256 zend_accel_error(ACCEL_LOG_DEBUG,"Loading blacklist file: '%s'", filename); in zend_accel_blacklist_loadone()
316 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_loadone()
346 zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
H A Dzend_shared_alloc.c92 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock()
104zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %ld bytes: %s: %s (… in no_memory_bailout()
219 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
225 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
239 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
291zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %ld bytes (%ld bytes…
305 zend_accel_error(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc()
389 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock()
417 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
H A Dzend_accelerator_debug.h31 void zend_accel_error(int type, const char *format, ...);
H A DZendAccelerator.c303 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in accel_interned_strings_save_state()
1146 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", new_key); in zend_accel_add_key()
1177 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
1222 zend_accel_error( in cache_script_in_shared_memory()
1244 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", key); in cache_script_in_shared_memory()
1765 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");
1781 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");
1792 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed");
2193 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!");
2525 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!");
[all …]
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() function
H A Dshared_alloc_win32.c77 zend_accel_error(type, msg); in zend_win_error_message()
148 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex"); in zend_shared_alloc_create_lock()
159 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
H A Dzend_accelerator_module.c126zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH()
127zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configurat… in ZEND_INI_MH()
167zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH()
168zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.… in ZEND_INI_MH()
173zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH()
174zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.… in ZEND_INI_MH()
210zend_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 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()

Completed in 32 milliseconds