diff options
author | SVN Migration <svn@php.net> | 2006-04-27 11:39:33 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-04-27 11:39:33 +0000 |
commit | 0778c40868892f2751a3aa48a7ad3d4d3c4e68ad (patch) | |
tree | 7ec2340255f849007a9f367da0b078b04458b742 /sapi/cgi/fastcgi.h | |
parent | 3566fe4afd6ee2431d90ca917db1ed9f16e7b889 (diff) | |
download | php-git-php-5.1.3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_5_1_3'.php-5.1.3
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; |