diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-05-03 15:39:16 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-05-03 15:39:16 +0000 |
| commit | f03fe1c09d9938475effc5a7d25e4889569e0dca (patch) | |
| tree | 28079b56b2c1e2f83c143f9d26dc323ce15f53ca /sapi/cgi/fastcgi.h | |
| parent | c10762e967b88dba084a5a56c7693a9135c458c0 (diff) | |
| download | php-git-f03fe1c09d9938475effc5a7d25e4889569e0dca.tar.gz | |
Fixed bug #37205 (incompatibility with mod_fastcgi)
Diffstat (limited to 'sapi/cgi/fastcgi.h')
| -rw-r--r-- | sapi/cgi/fastcgi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cgi/fastcgi.h b/sapi/cgi/fastcgi.h index bb13f4bfe5..7c910e1abb 100644 --- a/sapi/cgi/fastcgi.h +++ b/sapi/cgi/fastcgi.h @@ -97,7 +97,6 @@ typedef struct _fcgi_request { int id; int keep; - int has_in; int in_len; int in_pad; |
