Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h189 char *preload_user; member
H A Dzend_accelerator_module.c325 … , "" , PHP_INI_SYSTEM, OnUpdateStringUnempty, accel_directives.preload_user, zend…
778 …c_string(&directives, "opcache.preload_user", STRING_NOT_NULL(ZCG(accel_directives).preload_user));
H A DZendAccelerator.c4732 if (!ZCG(accel_directives).preload_user in accel_finish_startup()
4733 || !*ZCG(accel_directives).preload_user) { in accel_finish_startup()
4739 pw = getpwnam(ZCG(accel_directives).preload_user); in accel_finish_startup()
4742 …rror(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_directives).preload_user); in accel_finish_startup()
4786 if (ZCG(accel_directives).preload_user in accel_finish_startup()
4787 && *ZCG(accel_directives).preload_user) { in accel_finish_startup()
/PHP-7.4/
H A DUPGRADING712 - opcache.preload_user
H A Dphp.ini-development1905 ; http://php.net/opcache.preload_user
1906 ;opcache.preload_user=
H A Dphp.ini-production1905 ; http://php.net/opcache.preload_user
1906 ;opcache.preload_user=
H A DNEWS1135 . Fixed bug #79128 (Preloading segfaults if preload_user is used). (Nikita)
1541 . Add opcache.preload_user INI directive. (Dmitry)

Completed in 36 milliseconds