We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb7f9b commit 85f7e54Copy full SHA for 85f7e54
ext/opcache/ZendAccelerator.c
@@ -3331,7 +3331,7 @@ static zend_result accel_post_startup(void)
3331
}
3332
3333
if ( ZCG(accel_directives).file_cache ) {
3334
- zend_accel_error(ACCEL_LOG_INFO, "opcache.file_cache running with PHP build ID: %s", zend_system_id);
+ zend_accel_error(ACCEL_LOG_INFO, "opcache.file_cache running with PHP build ID: %.32s", zend_system_id);
3335
3336
zend_stat_t buf = {0};
3337
0 commit comments