Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_accelerator_debug.h33 void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
H A Dzend_accelerator_blacklist.c192 zend_accel_error(ACCEL_LOG_WARNING, "Blacklist JIT compilation failed, %s\n", pcre_error); in zend_accel_blacklist_update_regexp()
247 zend_accel_error(ACCEL_LOG_WARNING, "Cannot load blacklist file: %s\n", filename); in zend_accel_blacklist_loadone()
251 zend_accel_error(ACCEL_LOG_DEBUG,"Loading blacklist file: '%s'", filename); in zend_accel_blacklist_loadone()
336 zend_accel_error(ACCEL_LOG_WARNING, "No blacklist file found matching: %s\n", filename);
H A Dshared_alloc_win32.c67 zend_accel_error(type, "%s", msg); in zend_win_error_message()
93 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex (error %u)", GetLastError()); in zend_shared_alloc_create_lock()
104 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
H A DZendAccelerator.c536 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string()
1472 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key()
1528 zend_accel_error( in store_script_in_file_cache()
1599 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
1641 zend_accel_error( in cache_script_in_shared_memory()
1663 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", ZSTR_VAL(key)); in cache_script_in_shared_memory()
1665 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory()
2464 zend_accel_error( in zend_accel_inheritance_cache_add()
2687 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); in accel_activate()
3439 zend_accel_error(ACCEL_LOG_DEBUG, "Restart Scheduled! Reason: %s",
[all …]
H A Dzend_accelerator_debug.c99 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() function
H A Dzend_accelerator_module.c83zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH()
100zend_accel_error(ACCEL_LOG_WARNING, "opcache.interned_strings_buffer must be greater than or equal… in ZEND_INI_MH()
104zend_accel_error(ACCEL_LOG_WARNING, "opcache.interned_strings_buffer must be less than or equal to… in ZEND_INI_MH()
119zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH()
123zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH()
136zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n… in ZEND_INI_MH()
179zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessible director…
432zend_accel_error(ACCEL_LOG_WARNING, "file_override_enabled has no effect when file_cache_only is s…
H A Dzend_file_cache.c1114zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s', %s\n", filename, strerror(er…
1160zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s': %s\n", filename, strerror(…
1172zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s': %s\n", filename, strerror(er…
1843 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (info)\n", filename);
1853zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong header)\n", filenam…
1861zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong \"system_id\")\n", …
1873 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename);
1891 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (mem)\n", filename);
1900 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename);
1937 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!");
[all …]
H A Dzend_shared_alloc.c361zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %zu bytes (%zu bytes…

Completed in 40 milliseconds