Searched refs:zend_accel_error (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_debug.h | 33 void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
|
H A D | zend_accelerator_blacklist.c | 192 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 D | shared_alloc_win32.c | 67 zend_accel_error(type, "%s", msg); in zend_win_error_message() 95 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex (error %u)", GetLastError()); in zend_shared_alloc_create_lock() 106 zend_accel_error(ACCEL_LOG_ERROR, "Cannot lock mutex"); in zend_shared_alloc_lock_win32()
|
H A D | ZendAccelerator.c | 532 zend_accel_error(ACCEL_LOG_WARNING, "Interned string buffer overflow"); in accel_new_interned_string() 1468 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in zend_accel_add_key() 1524 zend_accel_error( in store_script_in_file_cache() 1595 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); in cache_script_in_shared_memory() 1637 zend_accel_error( in cache_script_in_shared_memory() 1659 zend_accel_error(ACCEL_LOG_INFO, "Added key '%s'", ZSTR_VAL(key)); in cache_script_in_shared_memory() 2440 zend_accel_error( in zend_accel_inheritance_cache_add() 2667 zend_accel_error(ACCEL_LOG_DEBUG, "Restarting!"); in accel_activate() 3259 zend_accel_error(ACCEL_LOG_WARNING, "Could not enable JIT!"); 3410 zend_accel_error(ACCEL_LOG_DEBUG, "Restart Scheduled! Reason: %s", [all …]
|
H A D | zend_accelerator_debug.c | 99 void zend_accel_error(int type, const char *format, ...) in zend_accel_error() function
|
H A D | zend_accelerator_module.c | 72 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.memory_consumption is set below the required 8MB.\n"); in ZEND_INI_MH() 89 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.interned_strings_buffer must be greater than or equal… in ZEND_INI_MH() 93 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.interned_strings_buffer must be less than or equal to… in ZEND_INI_MH() 108 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set below the required minim… in ZEND_INI_MH() 112 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_accelerated_files is set above the limit (%d).\n"… in ZEND_INI_MH() 125 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.max_wasted_percentage must be set between 1 and 50.\n… in ZEND_INI_MH() 168 …zend_accel_error(ACCEL_LOG_WARNING, "opcache.file_cache must be a full path of accessible director… 421 …zend_accel_error(ACCEL_LOG_WARNING, "file_override_enabled has no effect when file_cache_only is s…
|
H A D | zend_file_cache.c | 1089 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s', %s\n", filename, strerror(er… 1135 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot write to file '%s': %s\n", filename, strerror(… 1147 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s': %s\n", filename, strerror(er… 1800 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (info)\n", filename); 1810 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong header)\n", filenam… 1818 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (wrong \"system_id\")\n", … 1830 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); 1848 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot read from file '%s' (mem)\n", filename); 1857 zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot unlock file '%s'\n", filename); 1894 zend_accel_error(ACCEL_LOG_DEBUG, "No more entries in hash table!"); [all …]
|
H A D | zend_shared_alloc.c | 352 …zend_accel_error(ACCEL_LOG_WARNING, "Not enough free shared space to allocate %zu bytes (%zu bytes…
|
Completed in 42 milliseconds