Home
last modified time | relevance | path

Searched refs:preload_user (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/ext/opcache/tests/
H A Dpreload_user_003.phpt2 preload_user has no effect when preload_user is the current user
7 opcache.preload={PWD}/preload_user.inc
8 opcache.preload_user=root
H A Dpreload_user_002.phpt2 preload_user sets the process uid
7 opcache.preload={PWD}/preload_user.inc
8 opcache.preload_user={ENV:TEST_NON_ROOT_USER}
H A Dpreload_user_001.phpt2 preload_user has no effect when euid is not 0
8 opcache.preload_user=php
25 %sWarning "opcache.preload_user" is ignored because the current user is not "root"
H A Dgh10405.phpt7 opcache.preload={PWD}/preload_user.inc
8 opcache.preload_user={ENV:TEST_NON_ROOT_USER}
H A Dpreload_user_004.phpt2 preload_user is required when euid is 0 under non-cli SAPIs
64 …string(%d) "%sFatal Error "opcache.preload" requires "opcache.preload_user" when running under uid…
H A Dpreload_user_005.phpt2 preload_user=root is allowed under non-cli SAPIs
51 '-dopcache.preload_user=root',
/PHP-8.3/
H A D.cirrus.yml23 # Specify opcache.preload_user as we're running as root.
24 - echo opcache.preload_user=root >> /etc/php.d/opcache.ini
H A DUPGRADING648 . FFI::load() is now allowed during preloading when opcache.preload_user is
650 during preloading if the opcache.preload_user directive was set.
657 opcache.preload_user directive to be set anymore when running as root. In
H A DNEWS1043 . Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root.
1045 . Made opcache.preload_user always optional in the cli and phpdbg SAPIs.
H A Dphp.ini-production1919 ; https://php.net/opcache.preload_user
1920 ;opcache.preload_user=
H A Dphp.ini-development1917 ; https://php.net/opcache.preload_user
1918 ;opcache.preload_user=
/PHP-8.3/.github/actions/install-linux-x32/
H A Daction.yml15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.3/ext/opcache/
H A DZendAccelerator.h190 char *preload_user; member
H A Dzend_accelerator_module.c314 … , "" , PHP_INI_SYSTEM, OnUpdateStringUnempty, accel_directives.preload_user, zend…
829 …c_string(&directives, "opcache.preload_user", STRING_NOT_NULL(ZCG(accel_directives).preload_user));
H A DZendAccelerator.c4672 if (ZCG(accel_directives).preload_user
4673 && *ZCG(accel_directives).preload_user) {
4681 if (!ZCG(accel_directives).preload_user
4682 || !*ZCG(accel_directives).preload_user) {
4697 struct passwd *pw = getpwnam(ZCG(accel_directives).preload_user);
4700 …turn(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_directives).preload_user);

Completed in 34 milliseconds