mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
@ - 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:
parent
5423a08558
commit
22e48a814a
3 changed files with 130 additions and 34 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue