Searched refs:zend_accel_error (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 63 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init() 71 …zend_accel_error(ACCEL_LOG_ERROR, "Blacklist compilation failed (offset: %d), %s\n", pcre_error_of… in blacklist_report_regexp_error() 164 zend_accel_error(ACCEL_LOG_ERROR, "Too long blacklist entry\n"); in zend_accel_blacklist_update_regexp() 175 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_update_regexp() 237 zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename); in zend_accel_blacklist_loadone() 241 zend_accel_error(ACCEL_LOG_DEBUG,"Loading blacklist file: '%s'", filename); in zend_accel_blacklist_loadone() 297 zend_accel_error(ACCEL_LOG_ERROR, "malloc() failed\n"); in zend_accel_blacklist_loadone() 327 zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
|
H A D | zend_shared_alloc.c | 90 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() 302 …zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate "ZEND_LONG_FMT" byte… 315 zend_accel_error(ACCEL_LOG_ERROR, "Shared memory lock not obtained"); in zend_shared_alloc() 400 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 D | zend_accelerator_debug.h | 31 void zend_accel_error(int type, const char *format, ...);
|
H A D | ZendAccelerator.c | 480 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string() 1190 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key() 1198 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", new_key); in zend_accel_add_key() 1247 zend_accel_error( in cache_script_in_file_cache() 1283 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory() 1341 zend_accel_error( in cache_script_in_shared_memory() 1363 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", key); in cache_script_in_shared_memory() 1365 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory() 2142 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); in accel_activate() 2490 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_init_shm() [all …]
|
H A D | zend_accelerator_module.c | 122 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH() 123 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configurat… in ZEND_INI_MH() 165 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH() 166 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.… in ZEND_INI_MH() 171 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH() 172 …zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.… in ZEND_INI_MH() 206 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n… in ZEND_INI_MH() 207 zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use 5%.\n"); in ZEND_INI_MH() 265 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessable director… 409 …zend_accel_error(ACCEL_LOG_WARNING, "file_override_enabled has no effect when file_cache_only is s…
|
H A D | shared_alloc_win32.c | 74 zend_accel_error(type, msg); in zend_win_error_message() 109 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex"); in zend_shared_alloc_create_lock() 120 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
|
H A D | zend_accelerator_debug.c | 31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() function
|
H A D | zend_file_cache.c | 746 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create directory for file '%s'\n", filename); in zend_file_cache_script_store() 758 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s'\n", filename); in zend_file_cache_script_store() 802 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store() 816 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store() 829 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_store() 1283 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load() 1313 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load() 1331 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load() 1340 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load() 1347 zend_accel_error(ACCEL_LOG_WARNING, "corrupted file '%s'\n", filename); in zend_file_cache_script_load() [all …]
|
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()
|
Completed in 54 milliseconds