-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.3] opcache.preload_user
is not required when run as root
#4231
Conversation
c8d2e0c
to
d984285
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
reference/opcache/ini.xml
Outdated
As of PHP 8.3.0 and when using the CLI or phpdbg SAPIs, the directive isn't required | ||
by the preloading to be set when running as root. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of PHP 8.3.0 and when using the CLI or phpdbg SAPIs, the directive isn't required | |
by the preloading to be set when running as root. | |
As of PHP 8.3.0, this directive does not need to be set in order to allow preloading while | |
running as root when using the &cli.sapi; or <link linkend="book.phpdb">phpdbg SAPI</link>. |
Maybe we don't even need to bump this out as a <note>
but just add the sentence to the preceding paragraph.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me!
d984285
to
c867028
Compare
reference/opcache/ini.xml
Outdated
<literal>root</literal>. As of PHP 8.3.0, this directive does not need to be set in order | ||
to allow preloading while running as root when using the &cli.sapi; or | ||
<link linkend="book.phpdb">phpdbg SAPI</link>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should start the sentence on a line of its own. (It's a convention called "semantic line breaks" that should help with keeping down formatting churn for translations.)
LGTM with that change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't aware this had a name. Thank you Jim, it's updated!
c867028
to
4b3268e
Compare
Part of #2796