Searched refs:putenv_buf (Results 1 – 1 of 1) sorted by relevance
1996 char putenv_buf[sizeof("PHP_FCGI_CHILDREN")+5]; local1998 snprintf(putenv_buf, sizeof(putenv_buf), "%s=%s", "PHP_FCGI_CHILDREN", children_str);1999 putenv(putenv_buf);
Completed in 10 milliseconds