summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php5.c
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2005-12-16 22:45:12 +0000
committerAndrei Zmievski <andrei@php.net>2005-12-16 22:45:12 +0000
commite6ae0e99c3dd0ec2d22815e125a1a54d5ae8d684 (patch)
tree0edabe589334ade6c148c0b5bced80f99816c248 /sapi/apache/mod_php5.c
parente4210e385187a54e5913d35515c2eb56fca73560 (diff)
downloadphp-git-e6ae0e99c3dd0ec2d22815e125a1a54d5ae8d684.tar.gz
MFH
Diffstat (limited to 'sapi/apache/mod_php5.c')
-rw-r--r--sapi/apache/mod_php5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php5.c b/sapi/apache/mod_php5.c
index 2c31e4d30a..3b9f30fb3a 100644
--- a/sapi/apache/mod_php5.c
+++ b/sapi/apache/mod_php5.c
@@ -605,7 +605,7 @@ static int send_php(request_rec *r, int display_source_mode, char *filename)
/* Apache 1.2 has a more complex mechanism for reading POST data */
#if MODULE_MAGIC_NUMBER > 19961007
- if ((retval = setup_client_block(r, REQUEST_CHUNKED_ERROR))) {
+ if ((retval = setup_client_block(r, REQUEST_CHUNKED_DECHUNK))) {
zend_try {
zend_ini_deactivate(TSRMLS_C);
} zend_end_try();