34 if (!
strcmp(
SG(request_info).request_method,
"POST")) {
35 if (
NULL ==
SG(request_info).post_entry) {
37 sapi_read_standard_form_data();
SAPI_API int sapi_register_default_post_reader(void(*default_post_reader)(void))
SAPI_API int sapi_register_treat_data(void(*treat_data)(int arg, char *str, zval *destArray))
SAPI_API int sapi_register_input_filter(unsigned int(*input_filter)(int arg, const char *var, char **val, size_t val_len, size_t *new_val_len), unsigned int(*input_filter_init)(void))
SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entries)
#define SAPI_POST_READER_FUNC(post_reader)
struct _sapi_post_entry sapi_post_entry
int php_startup_sapi_content_types(void)
int php_setup_sapi_content_types(void)
#define DEFAULT_POST_CONTENT_TYPE
#define MULTIPART_CONTENT_TYPE
strcmp(string $string1, string $string2)