File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4677,7 +4677,7 @@ static int accel_finish_startup_preload_subprocess(pid_t *pid)
46774677 if (euid != 0 ) {
46784678 if (ZCG (accel_directives ).preload_user
46794679 && * ZCG (accel_directives ).preload_user ) {
4680- zend_accel_error (ACCEL_LOG_WARNING , "\"opcache.preload_user\" is ignored" );
4680+ zend_accel_error (ACCEL_LOG_WARNING , "\"opcache.preload_user\" is ignored because the current user is not \"root\" " );
46814681 }
46824682
46834683 * pid = -1 ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var_dump(function_exists("f2"));
2222?>
2323OK
2424--EXPECTF--
25- %sWarning "opcache.preload_user" is ignored
25+ %sWarning "opcache.preload_user" is ignored because the current user is not "root"
2626bool(true)
2727bool(false)
2828OK
You can’t perform that action at this time.
0 commit comments