Searched refs:ACCEL_LOG_DEBUG (Results 1 – 4 of 4) sorted by relevance
/PHP-5.5/ext/opcache/ |
H A D | zend_accelerator_debug.h | 29 #define ACCEL_LOG_DEBUG 4 macro
|
H A D | zend_accelerator_debug.c | 78 case ACCEL_LOG_DEBUG: in zend_accel_error()
|
H A D | ZendAccelerator.c | 507 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active() 532 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add() 549 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub() 562 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all() 599 zend_accel_error(ACCEL_LOG_DEBUG, "KLockers: %s (%d)", strerror(errno), errno); in kill_all_lockers() 621 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive() 1109 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key() 1144 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory() 1213 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory() 2095 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); [all …]
|
H A D | zend_accelerator_blacklist.c | 256 zend_accel_error(ACCEL_LOG_DEBUG,"Loading blacklist file: '%s'", filename); in zend_accel_blacklist_loadone()
|
Completed in 11 milliseconds