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)
4677
4677
if (euid != 0 ) {
4678
4678
if (ZCG (accel_directives ).preload_user
4679
4679
&& * 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\" " );
4681
4681
}
4682
4682
4683
4683
* pid = -1 ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var_dump(function_exists("f2"));
22
22
?>
23
23
OK
24
24
--EXPECTF--
25
- %sWarning "opcache.preload_user" is ignored
25
+ %sWarning "opcache.preload_user" is ignored because the current user is not "root"
26
26
bool(true)
27
27
bool(false)
28
28
OK
You can’t perform that action at this time.
0 commit comments