Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c63 zend_accel_error(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
71zend_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 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()
102zend_accel_error(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %zu 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()
302zend_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 Dzend_accelerator_debug.h31 void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);;
H A DZendAccelerator.c483 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string()
1202 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key()
1210 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", new_key); in zend_accel_add_key()
1254 zend_accel_error( in store_script_in_file_cache()
1322 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
1370 zend_accel_error( in cache_script_in_shared_memory()
1392 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", key); in cache_script_in_shared_memory()
1394 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
2185 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); in accel_activate()
2536 zend_accel_error(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_init_shm()
[all …]
H A Dzend_accelerator_module.c122zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH()
123zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal 8MB configurat… in ZEND_INI_MH()
165zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH()
166zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the minimal configuration.… in ZEND_INI_MH()
171zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH()
172zend_accel_error(ACCEL_LOG_WARNING, ACCELERATOR_PRODUCT_NAME " will use the maximal configuration.… in ZEND_INI_MH()
206zend_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()
265zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessable director…
410zend_accel_error(ACCEL_LOG_WARNING, "file_override_enabled has no effect when file_cache_only is s…
H A Dshared_alloc_win32.c75 zend_accel_error(type, "%s", msg); in zend_win_error_message()
120 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex"); in zend_shared_alloc_create_lock()
131 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
H A Dzend_accelerator_debug.c31 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() function
H A Dzend_file_cache.c799 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create directory for file '%s'\n", filename); in zend_file_cache_script_store()
811 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s'\n", filename); in zend_file_cache_script_store()
855 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store()
869 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s'\n", filename); in zend_file_cache_script_store()
882 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_store()
1361 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load()
1391 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load()
1409 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s'\n", filename); in zend_file_cache_script_load()
1418 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); in zend_file_cache_script_load()
1425 zend_accel_error(ACCEL_LOG_WARNING, "corrupted file '%s'\n", filename); in zend_file_cache_script_load()
[all …]
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 35 milliseconds