Home
last modified time | relevance | path

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

/PHP-7.1/sapi/cgi/
H A Dcgi_main.c2082 char putenv_buf[sizeof("PHP_FCGI_CHILDREN")+5]; local
2084 snprintf(putenv_buf, sizeof(putenv_buf), "%s=%s", "PHP_FCGI_CHILDREN", children_str);
2085 putenv(putenv_buf);

Completed in 9 milliseconds