mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
First attempt at moving the old RFC1867 support to the right place
This commit is contained in:
parent
c50cd2df99
commit
96bfbc7904
8 changed files with 268 additions and 277 deletions
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
static SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
|
||||
SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
|
||||
|
||||
#define DEFAULT_POST_CONTENT_TYPE "application/x-www-form-urlencoded"
|
||||
|
||||
|
@ -130,7 +130,7 @@ static void sapi_read_post_data(SLS_D)
|
|||
}
|
||||
|
||||
|
||||
static SAPI_POST_READER_FUNC(sapi_read_standard_form_data)
|
||||
SAPI_POST_READER_FUNC(sapi_read_standard_form_data)
|
||||
{
|
||||
int read_bytes, total_read_bytes=0;
|
||||
int allocated_bytes=SAPI_POST_BLOCK_SIZE+1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue