HTTPD_FCGI_NAME_MAX
if (fpmsg.namelen > HTTPD_FCGI_NAME_MAX - 1 ||
if (strlen($2) > HTTPD_FCGI_NAME_MAX - 1) {
HTTPD_FCGI_NAME_MAX - 1);