summaryrefslogtreecommitdiff
path: root/rfc1867_new.c
diff options
context:
space:
mode:
authorStefan Esser2014-02-17 21:34:51 +0100
committerStefan Esser2014-02-17 21:34:51 +0100
commit08caa5ac0051445077989810786fc3a41f7e390e (patch)
tree87ee8f730ec5fde700c62216d998a840d46401cb /rfc1867_new.c
parent8d6af664df1e6a05c3e8840f3366c24af44ea424 (diff)
Add some PHP 5.6.0aplha2 compatibility
Diffstat (limited to 'rfc1867_new.c')
-rw-r--r--rfc1867_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc1867_new.c b/rfc1867_new.c
index 8ab0494..1d7ff9e 100644
--- a/rfc1867_new.c
+++ b/rfc1867_new.c
@@ -857,7 +857,7 @@ SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler) /* {{{ */
857 continue; 857 continue;
858 } 858 }
859 859
860 if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, value_len, &new_val_len TSRMLS_CC)) { 860 if (++count <= PG(max_input_vars) && sapi_module.input_filter(PARSE_POST, param, &value, new_val_len, &new_val_len TSRMLS_CC)) {
861 if (suhosin_rfc1867_filter != NULL) { 861 if (suhosin_rfc1867_filter != NULL) {
862 multipart_event_formdata event_formdata; 862 multipart_event_formdata event_formdata;
863 size_t newlength = new_val_len; 863 size_t newlength = new_val_len;