Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c63 zend_hash_init_ex(&sapi_globals->known_post_content_types, 5, NULL, NULL, 1, 0); in sapi_globals_ctor()
69 zend_hash_destroy(&sapi_globals->known_post_content_types); in sapi_globals_dtor()
229 if (zend_hash_find(&SG(known_post_content_types), content_type, in sapi_read_post_data()
946 return zend_hash_add(&SG(known_post_content_types), in sapi_register_post_entry()
956 zend_hash_del(&SG(known_post_content_types), post_entry->content_type, in sapi_unregister_post_entry()
H A DSAPI.h132 HashTable known_post_content_types; member
/PHP-5.5/
H A DNEWS9753 - Fixed bug #28568 (SAPI::known_post_content_types is not thread safe).

Completed in 39 milliseconds