Skip to content

4.5.1: Formdata decoding fix

Latest
Compare
Choose a tag to compare
@thekid thekid released this 29 Sep 10:45
  • Fixed error [] operator not supported for strings when handling array
    parameters
    (@thekid)
  • Fixed multipart/formdata field names and values decoding, these are not
    urlencoded. Ignore the specification which states ", \r and \n
    need to be escaped for consistency with PHP, see php/php-src#8206
    (@thekid)