Browse Source

Fix build

PEAR_1_4DEV
Moriyoshi Koizumi 23 years ago
parent
commit
fd9d9dea1c
  1. 2
      main/rfc1867.c

2
main/rfc1867.c

@ -700,7 +700,7 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
zval *http_post_files=NULL;
#if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
int str_len=0
int str_len = 0;
#endif
zend_bool magic_quotes_gpc;
multipart_buffer *mbuff;

Loading…
Cancel
Save