diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-04-27 11:39:32 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-04-27 11:39:32 +0000 |
| commit | ff452441e20445a3f829d8b5c6aaddfca84e2073 (patch) | |
| tree | f41d9aadd00aa005c90202cae9711b1e36652b8d /sapi/cgi/fastcgi.h | |
| parent | 522ce80071e992132f549bd5dd41de43f50ccc55 (diff) | |
| download | php-git-ff452441e20445a3f829d8b5c6aaddfca84e2073.tar.gz | |
Proper fix for bug #37205
Diffstat (limited to 'sapi/cgi/fastcgi.h')
| -rw-r--r-- | sapi/cgi/fastcgi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cgi/fastcgi.h b/sapi/cgi/fastcgi.h index 7c910e1abb..bb13f4bfe5 100644 --- a/sapi/cgi/fastcgi.h +++ b/sapi/cgi/fastcgi.h @@ -97,6 +97,7 @@ typedef struct _fcgi_request { int id; int keep; + int has_in; int in_len; int in_pad; |
