mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
cookie_data may also be modified...
This commit is contained in:
parent
ef8fb2767b
commit
50e0d9d34b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef struct {
|
|||
const char *request_method;
|
||||
char *query_string;
|
||||
char *post_data;
|
||||
const char *cookie_data;
|
||||
char *cookie_data;
|
||||
long content_length;
|
||||
uint post_data_length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue