Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1996 char putenv_buf[sizeof("PHP_FCGI_CHILDREN")+5]; local
1998 snprintf(putenv_buf, sizeof(putenv_buf), "%s=%s", "PHP_FCGI_CHILDREN", children_str);
1999 putenv(putenv_buf);

Completed in 12 milliseconds