diff options
| author | Zeev Suraski <zeev@php.net> | 2000-04-01 01:11:39 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-04-01 01:11:39 +0000 |
| commit | 53586378b0a5aee61d88298f7f9ba822745565cb (patch) | |
| tree | 3900678fd4f8a00bc493bed0c1ee128c00a15a82 /main/SAPI.h | |
| parent | eb224c78504ff02ae5ff306c50e0e9736a3472aa (diff) | |
| download | php-git-53586378b0a5aee61d88298f7f9ba822745565cb.tar.gz | |
@- Fix a problem when dealing with large POST blocks in CGI mode
Diffstat (limited to 'main/SAPI.h')
| -rw-r--r-- | main/SAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index d2352ed525..47fbf20dda 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -95,7 +95,7 @@ typedef struct { void *server_context; sapi_request_info request_info; sapi_headers_struct sapi_headers; - uint read_post_bytes; + int read_post_bytes; unsigned char headers_sent; struct stat global_stat; char *default_mimetype; |
