File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 46
46
#include "zend_accelerator_util_funcs.h"
47
47
#include "zend_accelerator_hash.h"
48
48
#include "zend_file_cache.h"
49
+ #include "zend_system_id.h"
49
50
#include "ext/pcre/php_pcre.h"
50
51
#include "ext/standard/basic_functions.h"
51
52
@@ -3307,7 +3308,7 @@ static zend_result accel_post_startup(void)
3307
3308
int file_cache_access_mode = 0 ;
3308
3309
3309
3310
if (ZCG (accel_directives ).file_cache_read_only ) {
3310
- zend_accel_error_noreturn (ACCEL_LOG_INFO , "opcache.file_cache is in read-only mode" );
3311
+ zend_accel_error (ACCEL_LOG_INFO , "opcache.file_cache is in read-only mode" );
3311
3312
3312
3313
if (!ZCG (accel_directives ).file_cache ) {
3313
3314
accel_startup_ok = false;
@@ -3331,6 +3332,8 @@ static zend_result accel_post_startup(void)
3331
3332
}
3332
3333
3333
3334
if ( ZCG (accel_directives ).file_cache ) {
3335
+ zend_accel_error (ACCEL_LOG_INFO , "opcache.file_cache running with PHP build ID: %s" , zend_system_id );
3336
+
3334
3337
zend_stat_t buf = {0 };
3335
3338
3336
3339
if (!IS_ABSOLUTE_PATH (ZCG (accel_directives ).file_cache , strlen (ZCG (accel_directives ).file_cache )) ||
You can’t perform that action at this time.
0 commit comments