Home
last modified time | relevance | path

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

/PHP-8.0/.github/actions/install-linux-x32/
H A Daction.yml15 echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h199 char *preload_user; member
H A Dzend_accelerator_module.c284 … , "" , PHP_INI_SYSTEM, OnUpdateStringUnempty, accel_directives.preload_user, zend…
771 …c_string(&directives, "opcache.preload_user", STRING_NOT_NULL(ZCG(accel_directives).preload_user));
H A DZendAccelerator.c4844 if (!ZCG(accel_directives).preload_user
4845 || !*ZCG(accel_directives).preload_user) {
4851 pw = getpwnam(ZCG(accel_directives).preload_user);
4854 …rror(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_directives).preload_user);
4898 if (ZCG(accel_directives).preload_user
4899 && *ZCG(accel_directives).preload_user) {
/PHP-8.0/
H A Dphp.ini-development1902 ; http://php.net/opcache.preload_user
1903 ;opcache.preload_user=
H A Dphp.ini-production1904 ; http://php.net/opcache.preload_user
1905 ;opcache.preload_user=

Completed in 59 milliseconds