@ - POST handler for Adobe FDF format (Hartmut)

the FDF handler is now working and totaly living
in the fdf extension, no more special code in
main is needed
This commit is contained in:
Hartmut Holzgraefe 2000-10-11 22:44:15 +00:00
parent 5423a08558
commit 22e48a814a
3 changed files with 130 additions and 34 deletions

View file

@ -207,6 +207,7 @@ struct _sapi_post_entry {
#define SAPI_POST_HANDLER_FUNC(post_handler) void post_handler(char *content_type_dup, void *arg SLS_DC)
SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
SAPI_POST_READER_FUNC(php_default_post_reader);
#define STANDARD_SAPI_MODULE_PROPERTIES NULL