summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-04-01 01:11:39 +0000
committerZeev Suraski <zeev@php.net>2000-04-01 01:11:39 +0000
commit53586378b0a5aee61d88298f7f9ba822745565cb (patch)
tree3900678fd4f8a00bc493bed0c1ee128c00a15a82 /main/SAPI.h
parenteb224c78504ff02ae5ff306c50e0e9736a3472aa (diff)
downloadphp-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.h2
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;