Home
last modified time | relevance | path

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

/php-src/sapi/cgi/
H A Dcgi_main.c1978 char putenv_buf[sizeof("PHP_FCGI_CHILDREN")+5]; local
1980 snprintf(putenv_buf, sizeof(putenv_buf), "%s=%s", "PHP_FCGI_CHILDREN", children_str);
1981 putenv(putenv_buf);

Completed in 16 milliseconds