Home
last modified time | relevance | path

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

/php-src/main/
H A Dfastcgi.c243 static HashTable fcgi_mgmt_vars; variable
487 zend_hash_init(&fcgi_mgmt_vars, 8, NULL, fcgi_free_mgmt_var_cb, 1); in fcgi_init()
553 zend_hash_destroy(&fcgi_mgmt_vars); in fcgi_shutdown()
1162 if ((value = zend_hash_str_find(&fcgi_mgmt_vars, q->var, q->var_len)) == NULL) { in fcgi_read_request()
1734 zend_hash_add(&fcgi_mgmt_vars, key, &zvalue);

Completed in 14 milliseconds