Home
last modified time | relevance | path

Searched refs:euid (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/tests/
H A Dpreload_user_001.phpt2 preload_user has no effect when euid is not 0
H A Dpreload_user_004.phpt2 preload_user is required when euid is 0 under non-cli SAPIs
/php-src/ext/session/
H A Dmod_mm.c270 char *ps_mm_path, euid[30]; in PHP_MINIT_FUNCTION() local
278 if (!(euid_len = slprintf(euid, sizeof(euid), "%d", geteuid()))) { in PHP_MINIT_FUNCTION()
296 memcpy(ps_mm_path + save_path_len, euid, euid_len); in PHP_MINIT_FUNCTION()
/php-src/ext/opcache/
H A DZendAccelerator.c4674 uid_t euid = geteuid(); local
4675 if (euid != 0) {
4708 if (pw->pw_uid == euid) {

Completed in 17 milliseconds